Skip to content

Commit

Permalink
[CONFIG] - change public path for production mode in webpack
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelBenin committed Dec 18, 2017
1 parent 9c70edc commit 52a6936
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gulpfile.babel.js/configs/webpack.config.production.js
Expand Up @@ -35,6 +35,7 @@ module.exports = {
},
output: {
path: path.join(__dirname, '../../dist/static/js'),
publicPath: '/js/',
filename: '[name].[hash].js'
},
plugins: [
Expand Down

0 comments on commit 52a6936

Please sign in to comment.