Skip to content

Commit a56194b

Browse files
committed
Common, stable version.
1 parent 018f913 commit a56194b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ module.exports = {
1414
path: path.join(__dirname, 'dist'),
1515
filename: 'index.js',
1616
library: 'linearGradientPicker',
17-
libraryTarget: 'var'
17+
libraryTarget: 'commonjs2'
1818
},
1919
module: {
2020
rules: [

0 commit comments

Comments
 (0)