Skip to content

Commit e499c17

Browse files
committed
Remove @swc/core from policy
1 parent f5c19bc commit e499c17

File tree

2 files changed

+2
-21
lines changed

2 files changed

+2
-21
lines changed

packages/snaps-execution-environments/lavamoat/build-system/policy-override.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"ts-loader": true
66
}
77
},
8+
"@swc/core": false,
89
"html-webpack-plugin": {
910
"builtin": {
1011
"url": true

packages/snaps-execution-environments/lavamoat/build-system/policy.json

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -137,27 +137,7 @@
137137
"webpack": true
138138
}
139139
},
140-
"@swc/core": {
141-
"builtin": {
142-
"assert": true,
143-
"child_process.execSync": true,
144-
"fs.existsSync": true,
145-
"fs.readFileSync": true,
146-
"path": true
147-
},
148-
"globals": {
149-
"Buffer.from": true,
150-
"__dirname": true,
151-
"console.warn": true,
152-
"process.arch": true,
153-
"process.env": true,
154-
"process.platform": true,
155-
"process.report": true
156-
},
157-
"packages": {
158-
"@swc/core>@swc/core-darwin-arm64": true
159-
}
160-
},
140+
"@swc/core": false,
161141
"webpack>@webassemblyjs/ast": {
162142
"globals": {
163143
"console.warn": true

0 commit comments

Comments
 (0)