diff --git a/webpack.config.lib.js b/webpack.config.lib.js index 3902c148e..1ee460236 100644 --- a/webpack.config.lib.js +++ b/webpack.config.lib.js @@ -6,7 +6,7 @@ const root = path.join(__dirname) module.exports = merge(common, { mode: 'development', - target: 'node', + target: 'web', output: { path: path.resolve(root + '/dist'), filename: '[name]/index.js',