delete all debuggers and console.log; fix webpack dev contentBase

This commit is contained in:
Eric Hulburd
2016-02-23 12:34:27 -06:00
parent ccf4a88986
commit 51eaa19a92
5 changed files with 53 additions and 14 deletions

View File

@@ -41,9 +41,9 @@ DB.sync().then(()=>{
* Development Server
*/
var config = require('./../client/config/webpack'),
var config = require('./../client/config/development/webpack'),
dev_server = new WebpackDevServer(webpack(config), {
contentBase: __dirname + '/../client/build/development',
contentBase: './../client/build/development',
publicPath: "/assets/",
proxy: {
'/data*': `http://localhost:${API_PORT}`,