FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

save assets with double extension · ReactUnity/scripts@0b5a7c6 · GitHub

This repository was archived by the owner on Jul 28, 2026. It is now read-only.
/ scripts Public archive

Commit 0b5a7c6

Browse files
committed
save assets with double extension
1 parent d5f93fe commit 0b5a7c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎config/webpack.config.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ const baseConfigFactory = function (webpackEnv) {
213213
chunkFilename: isEnvProduction
214214
? 'static/js/[name].chunk.js'
215215
: isEnvDevelopment && 'static/js/[name].chunk.js',
216-
assetModuleFilename: 'static/media/[name][ext]',
216+
assetModuleFilename: 'static/media/[name][ext][ext]',
217217
// webpack uses `publicPath` to determine where the app is being served from.
218218
// It requires a trailing slash, or the file assets will get an incorrect path.
219219
// We inferred the "public path" (such as / or /my-project) from homepage.

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL