Skip to content

Commit

Permalink
fix: remove libraryExport
Browse files Browse the repository at this point in the history
emmmm... I removed the wrong line
  • Loading branch information
njzjz committed Oct 12, 2020
1 parent 4318017 commit 0393772
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ module.exports = {
chunkFilename: '[name].js',
filename: '[name].js',
path: path.resolve(__dirname, 'dist'),
libraryExport: 'default',
libraryTarget: 'umd',
globalObject: 'this',
library: 'chemicaltools',
},
Expand Down

0 comments on commit 0393772

Please sign in to comment.