Skip to content

Commit

Permalink
build(yarn): unset compression-level
Browse files Browse the repository at this point in the history
  • Loading branch information
nekowinston committed Jan 2, 2024
1 parent 9dd050f commit b0da104
Show file tree
Hide file tree
Showing 3 changed files with 2,219 additions and 2,220 deletions.
7 changes: 3 additions & 4 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,18 @@
compressionLevel: mixed
nodeLinker: pnp
supportedArchitectures:
os: [linux, darwin, win32]
cpu: [x64, arm64]
libc: [glibc, musl]

packageExtensions:
"@storybook/builder-vite@*":
dependencies:
"vite": "^4"
"@storybook/core-common@*":
dependencies:
"@storybook/react-vite": "^7"
"react-dom": "^18"
"vite": "^4"
"@storybook/builder-vite@*":
dependencies:
"vite": "^4"
"@vitejs/plugin-react@*":
dependencies:
"vite": "^4"
Expand Down
Loading

0 comments on commit b0da104

Please sign in to comment.