fixed missing comma

This commit is contained in:
Sudheer Satyanarayana 2016-07-23 23:27:32 +05:30 committed by GitHub
parent 19ef69445b
commit 5df1f13f08

View File

@ -10,7 +10,7 @@ var options = {
},
output: {
path: path.dirname(__dirname) + '/assets/static',
filename: '[name].js'
filename: '[name].js',
publicPath: "/static/gen/"
},
devtool: '#cheap-module-source-map',