This commit is contained in:
Jori Lallo 2018-01-03 21:38:02 -08:00
parent 2c9e92e5b9
commit 2e609d7f4f
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ productionWebpackConfig = Object.assign(commonWebpackConfig, {
devtool: 'source-map',
entry: ['babel-polyfill', 'babel-regenerator-runtime', './app/index'],
output: {
path: path.join(__dirname, '../dist'),
path: path.join(__dirname, 'dist'),
filename: 'bundle.[hash].js',
publicPath: '/static/',
},