summaryrefslogtreecommitdiff
path: root/webpackBaseConfig.js
diff options
context:
space:
mode:
authorDavid Mehren2018-09-02 10:57:38 +0200
committerDavid Mehren2018-09-06 17:26:09 +0200
commit6056f9a392c27defafebdac2816b5dcf5f30eb91 (patch)
tree7d2bb68ad3bf928e6ef8cf55e51ed59885d06137 /webpackBaseConfig.js
parentce63c1cc1c9fe0ab48bf051939b0ff6fcb83e58e (diff)
Upgrade to Webpack 4 - remove baseUrl property
Signed-off-by: David Mehren <dmehren1@gmail.com>
Diffstat (limited to '')
-rw-r--r--webpackBaseConfig.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/webpackBaseConfig.js b/webpackBaseConfig.js
index 971a960e..19d021d9 100644
--- a/webpackBaseConfig.js
+++ b/webpackBaseConfig.js
@@ -356,8 +356,7 @@ module.exports = {
output: {
path: path.join(__dirname, 'public/build'),
publicPath: '/build/',
- filename: '[name].js',
- baseUrl: '<%- url %>'
+ filename: '[name].js'
},
resolve: {