diff options
author | marudor <marudor@marudor.de> | 2018-08-05 13:15:37 +0200 |
---|---|---|
committer | marudor <marudor@marudor.de> | 2018-08-05 13:15:37 +0200 |
commit | 7f70b906e8e1aa18d0b9addf2ad009d5da5c3218 (patch) | |
tree | 0d125ebeba013c40692bee8552436ecafa8a5fda | |
parent | db16772d01a68fe1eaafbf0b50bda2ad93c0d897 (diff) |
No hardcoded publicPath for assets
-rw-r--r-- | webpack.config.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webpack.config.js b/webpack.config.js index ecfc0704..b8bb7599 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -35,7 +35,7 @@ module.exports = { output: { path: path.resolve('public/assets'), filename: '[name].js', - publicPath: '/assets/', + publicPath: '', }, module: { rules: [ |