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 20394bf commit 169295bCopy full SHA for 169295b
webpack.config.js
@@ -18,10 +18,10 @@ module.exports = async (env, argv) => {
18
19
output: {
20
path: path.resolve(__dirname, 'dist'),
21
- filename: isProduction ? '[name].min.js' : '[name].js',
22
- chunkFilename: isProduction ? '[name].min.js' : '[name].js',
23
- // filename: isProduction ? '[name].js' : '[name].js',
24
- // chunkFilename: isProduction ? '[name].js' : '[name].js',
+ // filename: isProduction ? '[name].min.js' : '[name].js',
+ // chunkFilename: isProduction ? '[name].min.js' : '[name].js',
+ filename: isProduction ? '[name].js' : '[name].js',
+ chunkFilename: isProduction ? '[name].js' : '[name].js',
25
libraryTarget: 'umd',
26
libraryExport: 'default',
27
library: 'CoCreate',
0 commit comments