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 8182d2e commit aab4572Copy full SHA for aab4572
1 file changed
pnpm-workspace.yaml
@@ -18,10 +18,16 @@ allowBuilds:
18
unrs-resolver: false # not directly required for build
19
esbuild: true
20
21
+ # nx, @vitejs/plugin-react-swc, terser-webpack-plugin
22
+ '@swc/core': true
23
+
24
# @angular/build
25
'@parcel/watcher': false # optional dep of @angular/build
26
lmdb: false # optional dep of @angular/build
27
msgpackr-extract: false # optional dep of @angular/build
28
29
# @tanstack/vue-store
30
vue-demi: false # only required for vue 2 support
31
32
+ # nextJs
33
+ sharp: false # not directly required for build
0 commit comments