Upgrade to Webpack 4 - remove baseUrl property
Signed-off-by: David Mehren <dmehren1@gmail.com>
This commit is contained in:
parent
ce63c1cc1c
commit
6056f9a392
1 changed files with 1 additions and 2 deletions
|
@ -356,8 +356,7 @@ module.exports = {
|
|||
output: {
|
||||
path: path.join(__dirname, 'public/build'),
|
||||
publicPath: '/build/',
|
||||
filename: '[name].js',
|
||||
baseUrl: '<%- url %>'
|
||||
filename: '[name].js'
|
||||
},
|
||||
|
||||
resolve: {
|
||||
|
|
Loading…
Reference in a new issue