We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 159be6a commit 8095f8cCopy full SHA for 8095f8c
1 file changed
webpack.production.js
@@ -24,7 +24,8 @@ module.exports = [Object.assign({}, baseConfig, {
24
output: {
25
path: path.join(__dirname, 'public/build'),
26
publicPath: '/build/',
27
- filename: '[id].[name].[hash].js'
+ filename: '[id].[name].[hash].js',
28
+ baseUrl: '<%- url %>'
29
}
30
}), {
31
entry: {
0 commit comments