From 7f70b906e8e1aa18d0b9addf2ad009d5da5c3218 Mon Sep 17 00:00:00 2001 From: marudor Date: Sun, 5 Aug 2018 13:15:37 +0200 Subject: No hardcoded publicPath for assets --- webpack.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'webpack.config.js') 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: [ -- cgit v1.2.3-54-g00ecf