We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e089051 + f7d52c8 commit c92e002Copy full SHA for c92e002
webpack.config.js
@@ -32,6 +32,7 @@ module.exports = () => {
32
output: {
33
filename: '[name].[chunkhash].js',
34
path: path.resolve(__dirname, 'dist'),
35
+ publicPath: process.env.ASSET_PATH || '/',
36
},
37
38
module: {
0 commit comments