Skip to content

Commit 3cc0001

Browse files
committed
fix: mark optional dependencies as devOptional in package-lock.json
This commit updates the `package-lock.json` file to explicitly mark development-only dependencies as `devOptional: true` instead of `dev: true`. This change ensures that these dependencies are correctly handled during installation and dependency resolution, particularly in environments where optional dependencies are treated differently. The change affects various packages, including those related to CSS processing, testing, WASM, and more. By marking these dependencies as optional for development, we can avoid potential issues with production builds or deployments where these tools are not required.
1 parent e52acef commit 3cc0001

File tree

1 file changed

+656
-135
lines changed

1 file changed

+656
-135
lines changed

0 commit comments

Comments
 (0)