poker-search icon indicating copy to clipboard operation
poker-search copied to clipboard

Webpack 优化

Open VecHK opened this issue 2 years ago • 0 comments

一些有关于 webpack 的调整点

  • [x] 图片自动 resize 到需要的尺寸,16、24、32、64、128 ,现在的只是复制粘贴过去。所以压缩包会很大
  • [ ] 不知道 Chrome 的插件环境里头,可不可以运行 ES Module。可以的话这样就能节约点空间(看了好几个 .bundle.js,都包括了 React 进去,其实只要只要一份就好了吧)
  • [x] 输出 Zip 文件给 Actions 上传发版用
  • [ ] React 升级到 v18
  • [ ] *.module.css 的 Typing 插件
  • [x] 这是跑在比较新的浏览器上,也许没有必要用 babel 之类的转换工具,这样也能省去使用 source map
  • [x] 不要使用乱码的类名,比如tTNaJvWzO_VslUj8o2gg
  • [x] pages/*/index.jsx 改为 pages/*/index.ts

VecHK avatar Apr 26 '22 01:04 VecHK