We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 018f913 commit a56194bCopy full SHA for a56194b
webpack.config.js
@@ -14,7 +14,7 @@ module.exports = {
14
path: path.join(__dirname, 'dist'),
15
filename: 'index.js',
16
library: 'linearGradientPicker',
17
- libraryTarget: 'var'
+ libraryTarget: 'commonjs2'
18
},
19
module: {
20
rules: [
0 commit comments