Upgrade to Webpack 4 - remove baseUrl property

Signed-off-by: David Mehren <dmehren1@gmail.com>
This commit is contained in:
David Mehren 2018-09-02 10:57:38 +02:00
parent ce63c1cc1c
commit 6056f9a392
No known key found for this signature in database
GPG key ID: 6017AF117F9756CB

View file

@ -356,8 +356,7 @@ module.exports = {
output: {
path: path.join(__dirname, 'public/build'),
publicPath: '/build/',
filename: '[name].js',
baseUrl: '<%- url %>'
filename: '[name].js'
},
resolve: {