enable debug mode for webpack-dev-server :D

This commit is contained in:
Julian Krispel-Samsel 2017-04-03 23:12:40 +01:00
parent 80e4d0f44c
commit 1ff1fcfea8

View File

@ -4,7 +4,7 @@
"description": "Netlify CMS lets content editors work on structured content stored in git",
"main": "dist/cms.js",
"scripts": {
"start": "webpack-dev-server --config webpack.dev.js",
"start": "webpack-dev-server -d --config webpack.dev.js",
"test": "jest",
"test:watch": "jest --watch",
"build": "NODE_ENV=production webpack --config webpack.prod.js",