From 3a14ff8020c2d2539b06556cd9cbd3c72138daa4 Mon Sep 17 00:00:00 2001 From: zhouxhere Date: Wed, 19 Jan 2022 08:41:40 +0000 Subject: [PATCH] =?UTF-8?q?=E5=BC=80=E5=8F=91=E7=8E=AF=E5=A2=83=E4=B8=8B?= =?UTF-8?q?=E8=B7=AF=E7=94=B1=E8=B7=B3=E8=BD=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- webpack.common.js | 1 + 1 file changed, 1 insertion(+) diff --git a/webpack.common.js b/webpack.common.js index 5c98907..5f2c473 100644 --- a/webpack.common.js +++ b/webpack.common.js @@ -9,6 +9,7 @@ module.exports = { entry: './src/index.js', output: { path: path.resolve(__dirname, 'dist'), + publicPath: '/', assetModuleFilename: 'static/media/[name].[hash][ext]', }, module: {