fix(typo): whiteLabelling to whiteLabeling (#3139)
* fix typo: whiteLabelling -> whiteLabeling * fix resolvejsonmodule error
This commit is contained in:
parent
123e3a569b
commit
7a3527dd4a
@ -1,6 +1,6 @@
|
||||
window.config = {
|
||||
routerBasename: '/',
|
||||
// whiteLabelling: {},
|
||||
// whiteLabeling: {},
|
||||
extensions: [],
|
||||
modes: [],
|
||||
customizationService: {
|
||||
|
||||
@ -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,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user