We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b51f5d0 commit e41e459Copy full SHA for e41e459
example/webpack.config.js
@@ -1,7 +1,7 @@
1
module.exports = {
2
entry: './example/example.ts',
3
output: {
4
- path: './example',
+ path: __dirname,
5
filename: 'build.js'
6
},
7
resolve: {
0 commit comments