Update use of webpack to be compatible with jso with npm linking
Showing
... | ... | @@ -5,7 +5,7 @@ |
"main": "", | ||
"scripts": { | ||
"start": "node server", | ||
"dev": "webpack-dev-server --content-base public --config ./webpack.dev.config.js --host 127.0.0.1 ", | ||
"dev": "webpack-dev-server --mode development --content-base public --config ./webpack.dev.config.js --host 127.0.0.1 ", | ||
"build": "webpack --display-error-details -d", | ||
"build:prod": "webpack -p --config ./webpack.prod.config.js" | ||
}, | ||
... | ... | @@ -15,6 +15,7 @@ |
"babel-core": "^6.26.0", | ||
"babel-eslint": "^8.2.2", | ||
"babel-loader": "^7.1.4", | ||
"babel-plugin-transform-object-rest-spread": "^6.26.0", | ||
"babel-polyfill": "^6.26.0", | ||
"babel-preset-env": "^1.6.1", | ||
"babel-preset-react": "^6.24.1", | ||
... | ... | @@ -39,7 +40,6 @@ |
"dotenv": "^4.0.0", | ||
"express": "^4.16.3", | ||
"history": "^4.7.2", | ||
"jso": "^4.0.0-rc.3", | ||
"jwt-decode": "^2.2.0", | ||
"lodash": "^4.17.5", | ||
"moment": "^2.21.0", | ||
... | ... |