Skip to content

Commit 910fb70

Browse files
committed
fix: typo in CLI webpack build
1 parent e5f628f commit 910fb70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cli/webpack/webpack.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ const common = {
7979
filename: '[name].js',
8080
chunkFilename: '[id].js',
8181
devtoolModuleFilenameTemplate: '[absolute-resource-path]',
82-
libraryTarget: 'esm',
82+
libraryTarget: 'commonjs2',
8383
path: path.resolve(contextFolder, 'dist')
8484
},
8585
node: {

0 commit comments

Comments
 (0)