We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c03d6bf commit cd70a4fCopy full SHA for cd70a4f
test/frameworks/vite/package.json
@@ -8,8 +8,9 @@
8
"build": "tsc && vite build",
9
"preview": "vite preview",
10
"copy_dsfr_dist_to_public": "node node_modules/@codegouvfr/react-dsfr/bin/copy_dsfr_dist_to_public.js",
11
- "predev": "yarn copy_dsfr_dist_to_public",
12
- "prebuild": "yarn copy_dsfr_dist_to_public"
+ "only_include_used_icons": "node node_modules/@codegouvfr/react-dsfr/bin/only_include_used_icons.js",
+ "predev": "yarn copy_dsfr_dist_to_public && yarn only_include_used_icons",
13
+ "prebuild": "yarn copy_dsfr_dist_to_public && yarn only_include_used_icons"
14
},
15
"dependencies": {
16
"react": "18.2.0",
0 commit comments