Skip to content

Commit f5c19bc

Browse files
committed
Remove unnecessary policy override
1 parent fc74ba9 commit f5c19bc

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,6 @@
55
"ts-loader": true
66
}
77
},
8-
"@swc/core": {
9-
"packages": {
10-
"@swc/core>@swc/core-darwin-arm64": true,
11-
"@swc/core>@swc/core-linux-x64-gnu": true
12-
}
13-
},
148
"html-webpack-plugin": {
159
"builtin": {
1610
"url": true

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,8 +155,7 @@
155155
"process.report": true
156156
},
157157
"packages": {
158-
"@swc/core>@swc/core-darwin-arm64": true,
159-
"@swc/core>@swc/core-linux-x64-gnu": true
158+
"@swc/core>@swc/core-darwin-arm64": true
160159
}
161160
},
162161
"webpack>@webassemblyjs/ast": {

0 commit comments

Comments
 (0)