From dfd6b7ea876f3c505f0899dc4fbf9d6f70099fc4 Mon Sep 17 00:00:00 2001 From: skillbert Date: Fri, 17 Jun 2022 10:59:04 +0200 Subject: [PATCH] fix bundling lazy load dependencies --- webpack.config.web.js | 1 - 1 file changed, 1 deletion(-) diff --git a/webpack.config.web.js b/webpack.config.web.js index ca5ddad..ec62886 100644 --- a/webpack.config.web.js +++ b/webpack.config.web.js @@ -56,7 +56,6 @@ module.exports = { stream: require.resolve('stream-browserify'), } }, - externalsType: "commonjs", output: { filename: '[name].js', path: path.resolve(__dirname, 'dist')