Skip to content
This repository was archived by the owner on Jan 26, 2024. It is now read-only.

Commit 7451750

Browse files
committed
Change libraryTarget to 'commonjs2'
1 parent 9196e0b commit 7451750

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webpack.config.commonjs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const config = {
77
],
88
devtool: 'source-map',
99
output: {
10-
libraryTarget: 'commonjs',
10+
libraryTarget: 'commonjs2',
1111
library: 'Pic'
1212
},
1313
target: 'node',

0 commit comments

Comments
 (0)