diff --git a/webpack.config.js b/webpack.config.js index 710fda1..42e1ab3 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -103,7 +103,8 @@ function compiler(config) { loader: "file-loader", options: { // File assets from server & browser compiler output to client folder. - outputPath: "../client" + outputPath: '../client', + publicPath: '/static' } } ]