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 = {
|
window.config = {
|
||||||
routerBasename: '/',
|
routerBasename: '/',
|
||||||
// whiteLabelling: {},
|
// whiteLabeling: {},
|
||||||
extensions: [],
|
extensions: [],
|
||||||
modes: [],
|
modes: [],
|
||||||
customizationService: {
|
customizationService: {
|
||||||
|
|||||||
@ -5,6 +5,7 @@
|
|||||||
// Ensure that Babel can safely transpile files in the TypeScript project
|
// Ensure that Babel can safely transpile files in the TypeScript project
|
||||||
"isolatedModules": false,
|
"isolatedModules": false,
|
||||||
"jsx": "react",
|
"jsx": "react",
|
||||||
|
"resolveJsonModule": true,
|
||||||
"esModuleInterop": true,
|
"esModuleInterop": true,
|
||||||
"sourceMap": true,
|
"sourceMap": true,
|
||||||
"declaration": true,
|
"declaration": true,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user