diff --git a/webpack.config.js b/webpack.config.js index 42b19cd..f8be127 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -21,6 +21,7 @@ var webpackConfig = { output: { path: config.distFolder, filename: '[name].js', + assetModuleFilename: '../assets/[name][ext][query]' }, mode: config.isProd ? "production" : "development", resolve: {