diff --git a/webpack.config.js b/webpack.config.js index 8347f0c..6e9d435 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -32,6 +32,7 @@ module.exports = () => { output: { filename: '[name].[chunkhash].js', path: path.resolve(__dirname, 'dist'), + publicPath: process.env.ASSET_PATH || '/', }, module: {