Fix the generate template not including base url variable
This commit is contained in:
@@ -329,7 +329,8 @@ module.exports = {
|
||||
output: {
|
||||
path: path.join(__dirname, 'public/build'),
|
||||
publicPath: '/build/',
|
||||
filename: '[name].js'
|
||||
filename: '[name].js',
|
||||
baseUrl: '<%- url %>'
|
||||
},
|
||||
|
||||
resolve: {
|
||||
|
||||
Reference in New Issue
Block a user