Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -4,7 +4,7 @@ module.exports = { | ... | @@ -4,7 +4,7 @@ module.exports = { |
4 | entry: './src/import.js', | 4 | entry: './src/import.js', |
5 | output: { | 5 | output: { |
6 | path: __dirname + '/dist', | 6 | path: __dirname + '/dist', |
7 | - filename: 'bundle.js', | 7 | + filename: 'import.js', |
8 | library: 'import', | 8 | library: 'import', |
9 | libraryTarget: 'commonjs2' | 9 | libraryTarget: 'commonjs2' |
10 | }, | 10 | }, | ... | ... |
-
Please register or login to post a comment