fix(typo): whiteLabelling to whiteLabeling (#3139)

* fix typo: whiteLabelling -> whiteLabeling

* fix resolvejsonmodule error
This commit is contained in:
wangxuan 2023-02-03 23:28:05 +08:00 committed by GitHub
parent 123e3a569b
commit 7a3527dd4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
window.config = {
routerBasename: '/',
// whiteLabelling: {},
// whiteLabeling: {},
extensions: [],
modes: [],
customizationService: {

View File

@ -5,6 +5,7 @@
// Ensure that Babel can safely transpile files in the TypeScript project
"isolatedModules": false,
"jsx": "react",
"resolveJsonModule": true,
"esModuleInterop": true,
"sourceMap": true,
"declaration": true,