Add workaround to disable code splitting
This commit is contained in:
@ -24,10 +24,10 @@
|
||||
"vscode": "^1.1.17"
|
||||
},
|
||||
"scripts": {
|
||||
"vscode:prepublish": "react-scripts build && tsc -p tsconfig.extension.json",
|
||||
"vscode:prepublish": "./scripts/build-non-split.js && tsc -p tsconfig.extension.json",
|
||||
"postinstall": "node ./node_modules/vscode/bin/install",
|
||||
"start": "react-scripts start",
|
||||
"build": "react-scripts build && tsc -p tsconfig.extension.json",
|
||||
"build": "./scripts/build-non-split.js && tsc -p tsconfig.extension.json",
|
||||
"test": "react-scripts test --env=jsdom",
|
||||
"eject": "react-scripts eject"
|
||||
},
|
||||
@ -37,6 +37,7 @@
|
||||
"@types/react": "^16.3.14",
|
||||
"@types/react-dom": "^16.0.5",
|
||||
"react-scripts": "^2.1.3",
|
||||
"rewire": "^4.0.1",
|
||||
"typescript": "^3.3.1"
|
||||
},
|
||||
"browserslist": [
|
||||
|
Reference in New Issue
Block a user