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 205ac62 commit 0d229abCopy full SHA for 0d229ab
package.json
@@ -25,7 +25,7 @@
25
},
26
"scripts": {
27
"start": "npx webpack --config webpack.config.js",
28
- "build": "NODE_ENV=production npx webpack --config webpack.config.js",
+ "build": "npx webpack --mode=production --config webpack.config.js",
29
"dev": "npx webpack --config webpack.config.js --watch",
30
"postinstall": "node -e \"const { execSync } = require('child_process'); try { execSync('coc --version', { stdio: 'ignore' }); } catch (error) { try { execSync('npm install -g @cocreate/cli', { stdio: 'inherit' }); console.log('Installed \"@cocreate/cli\" globally.'); } catch (error) { console.error('Failed to install \"@cocreate/cli\" globally:', error); } }\""
31
0 commit comments