diff --git a/webpack.config.js b/webpack.config.js index 819f2d9f..f80d42f7 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -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', },