| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -213,7 +213,7 @@ const baseConfigFactory = function (webpackEnv) { | |||
| 213 | 213 | chunkFilename: isEnvProduction | |
| 214 | 214 | ? 'static/js/[name].chunk.js' | |
| 215 | 215 | : isEnvDevelopment && 'static/js/[name].chunk.js', | |
| 216 | - assetModuleFilename: 'static/media/[name][ext]', | ||
| 216 | + assetModuleFilename: 'static/media/[name][ext][ext]', | ||
| 217 | 217 | // webpack uses `publicPath` to determine where the app is being served from. | |
| 218 | 218 | // It requires a trailing slash, or the file assets will get an incorrect path. | |
| 219 | 219 | // We inferred the "public path" (such as / or /my-project) from homepage. | |
| Back | FazBrowse Home | New Git URL |
0 commit comments