mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-25 11:28:51 +01:00
d4c71b8683
This PR adds one LavaMoat background script policy or each build type. It also renames the build system policy directory from `node` to `build-system` to make its purpose more clear. Each build type has the original `policy-override.json` for `main` builds. The `.prettierignore` file has been updated to match the locations of the new auto-generated policy files. We need to maintain separate policies for each build type because each type will produce different bundles with different internal and external modules. Co-authored-by: Mark Stacey <markjstacey@gmail.com>
54 lines
1.3 KiB
JSON
54 lines
1.3 KiB
JSON
{
|
|
"resources": {
|
|
"@babel/core": {
|
|
"packages": {
|
|
"<root>": true,
|
|
"@babel/preset-env": true,
|
|
"@babel/preset-react": true,
|
|
"@babel/plugin-transform-runtime": true,
|
|
"@babel/plugin-proposal-class-properties": true,
|
|
"@babel/plugin-proposal-object-rest-spread": true,
|
|
"@babel/plugin-proposal-optional-chaining": true,
|
|
"@babel/plugin-proposal-nullish-coalescing-operator": true
|
|
}
|
|
},
|
|
"@eslint/eslintrc": {
|
|
"packages": {
|
|
"@babel/eslint-parser": true,
|
|
"@babel/eslint-plugin": true,
|
|
"@metamask/eslint-config": true,
|
|
"@metamask/eslint-config-nodejs": true,
|
|
"eslint": true,
|
|
"eslint-config-prettier": true,
|
|
"eslint-plugin-import": true,
|
|
"eslint-plugin-node": true,
|
|
"eslint-plugin-prettier": true,
|
|
"eslint-plugin-react": true,
|
|
"eslint-plugin-react-hooks": true
|
|
}
|
|
},
|
|
"eslint-module-utils": {
|
|
"packages": {
|
|
"eslint-import-resolver-node": true
|
|
}
|
|
},
|
|
"node-sass": {
|
|
"native": true
|
|
},
|
|
"module-deps": {
|
|
"packages": {
|
|
"loose-envify": true
|
|
}
|
|
},
|
|
"sass": {
|
|
"env": "unfrozen",
|
|
"builtin": {
|
|
"url": true
|
|
},
|
|
"globals": {
|
|
"Buffer": true
|
|
}
|
|
}
|
|
}
|
|
}
|