create-packer 1.25.7 → 1.25.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-packer",
3
- "version": "1.25.7",
3
+ "version": "1.25.8",
4
4
  "main": "index.js",
5
5
  "repository": "https://github.com/kevily/create-packer",
6
6
  "author": "1k <bug_zero@163.com>",
@@ -1,4 +1,14 @@
1
- # webpack-cli
2
- - dev: npm run dev
3
- - build: npm run build
1
+ # react-app-webpack
4
2
 
3
+ - dev: pnpm run dev
4
+ - build: pnpm run build
5
+ - build:dev: pnpm run build:dev -> use ".env.dev"
6
+
7
+ # svg
8
+
9
+ - import IconReact from '@/assets/react.svg' -> ReactComponent
10
+ - import iconReact from '@/assets/react.svg?url' -> svg url
11
+
12
+ # style
13
+
14
+ - index.module.css -> css module