Added publicPath

Bootstrap and other resources should load assets from this URL path
This commit is contained in:
Sudheer Satyanarayana 2016-07-22 15:06:15 +05:30 committed by GitHub
parent b6bb8ca700
commit 19ef69445b

View File

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