feat(templates): add stickers (#6629)

This commit is contained in:
EYHN
2024-04-19 06:47:29 +00:00
parent 4085cc6728
commit a2fa9149ff
97 changed files with 2153 additions and 7 deletions

View File

@@ -119,7 +119,7 @@ export const createConfiguration: (
assetModuleFilename:
buildFlags.mode === 'production'
? 'assets/[name]-[contenthash:8][ext][query]'
: '[name][ext]',
: '[name]-[contenthash:8][ext]',
devtoolModuleFilenameTemplate: 'webpack://[namespace]/[resource-path]',
hotUpdateChunkFilename: 'hot/[id].[fullhash].js',
hotUpdateMainFilename: 'hot/[runtime].[fullhash].json',