mirror of
https://github.com/KevinMidboe/seasoned.git
synced 2026-03-11 03:49:07 +00:00
New webpack config, scripts & moved dist, favicons & assets to /public
This commit is contained in:
@@ -5,8 +5,8 @@
|
||||
"author": "Kevin Midboe",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "cross-env NODE_ENV=development webpack-dev-server --hot",
|
||||
"build": "cross-env NODE_ENV=production webpack --progress --hide-modules",
|
||||
"dev": "cross-env NODE_ENV=development webpack server",
|
||||
"build": "cross-env NODE_ENV=production webpack-cli build --progress -c webpack.config.js",
|
||||
"start": "node server.js",
|
||||
"docs": "documentation build src/api.js -f html -o docs/api && documentation build src/api.js -f md -o docs/api.md"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user