@quicktvui/web-cli 3.2.7 → 3.2.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -320,7 +320,7 @@ module.exports = {
320
320
  },
321
321
  // 图片
322
322
  {
323
- test: /\.(png|jpe?g|gif|webp|svg)$/i,
323
+ test: /\.(png|jpe?g|gif|webp|svg|nes)$/i,
324
324
  type: 'asset',
325
325
  parser: { dataUrlCondition: { maxSize: 10000 } },
326
326
  generator: { filename: 'assets/[name].[hash:8][ext]' },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quicktvui/web-cli",
3
- "version": "3.2.7",
3
+ "version": "3.2.8",
4
4
  "description": "CLI tool for QuickTVUI web development v3 - delegate build & bundle loading",
5
5
  "author": "QuickTVUI Team",
6
6
  "license": "Apache-2.0",