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,4 +1,14 @@
|
|
|
1
|
-
# webpack
|
|
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
|