网页包 | [query] 在 assetModuleFilename: 'images/[hash][ext][query]' 中是什么意思?
webpack | what does [query] mean in assetModuleFilename: 'images/[hash][ext][query]'?
https://webpack.js.org/guides/asset-modules/#custom-output-filename
我知道 [hash]
代表随机数和字母,[ext]
代表文件扩展名。
但是我不知道什么是[query]
以及它的用途
查看 webpack 文档
https://webpack.js.org/configuration/output/
Substitutions available on File-level:
[query] Query with leading ?
https://webpack.js.org/guides/asset-modules/#custom-output-filename
我知道 [hash]
代表随机数和字母,[ext]
代表文件扩展名。
但是我不知道什么是[query]
以及它的用途
查看 webpack 文档
https://webpack.js.org/configuration/output/
Substitutions available on File-level:
[query] Query with leading ?