enable tailwind purge for production
This commit is contained in:
parent
7d3c956806
commit
ebd68b8f0e
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@
|
|||
"watch": "webpack --config configuration/webpack.dev.config.js --mode=development --watch",
|
||||
"bundle": "npm install && npm run watch",
|
||||
"dev": "webpack serve --config configuration/webpack.dev.config.js --mode=development",
|
||||
"production": "webpack --config configuration/webpack.prod.config.js --mode=production",
|
||||
"production": "NODE_ENV=production webpack --config configuration/webpack.prod.config.js --mode=production",
|
||||
"lint:sass": "sass-lint -v -q",
|
||||
"lint:js": "eslint --ext .js src/js/",
|
||||
"stats": "webpack --config configuration/webpack.prod.config.js --mode=production --json > dist/stats.json && webpack-bundle-analyzer dist/stats.json"
|
||||
|
|
Loading…
Reference in a new issue