buildWeb: suppress experimental api warnings
This commit is contained in:
parent
9c7b548a9e
commit
845088ec02
3 changed files with 8 additions and 2 deletions
|
|
@ -19,7 +19,7 @@
|
|||
},
|
||||
"scripts": {
|
||||
"build": "node build.mjs",
|
||||
"buildWeb": "node buildWeb.mjs",
|
||||
"buildWeb": "node --require=./scripts/suppressExperimentalWarnings.js buildWeb.mjs",
|
||||
"inject": "node scripts/patcher/install.js",
|
||||
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
|
||||
"lint:fix": "pnpm lint --fix",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue