Skip to content

Commit a405bd9

Browse files
authored
Merge pull request #195 from k-soze/patch-1
Resolution of problem with some versions of npm/node
2 parents a07f76b + f8a804a commit a405bd9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: examples/counter/webpack.config.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ module.exports = {
1010
],
1111
output: {
1212
path: path.join(__dirname, 'dist'),
13-
filename: 'bundle.js'
13+
filename: 'bundle.js',
14+
publicPath:''
1415
},
1516
plugins: [
1617
new HtmlWebpackPlugin({

0 commit comments

Comments
 (0)