Fix bugs with Webpack in Dockerfile
This commit is contained in:
parent
f306177f01
commit
8eb97465b0
3 changed files with 12 additions and 11 deletions
|
@ -2,15 +2,14 @@
|
|||
"compilerOptions": {
|
||||
"jsx": "react",
|
||||
"module": "commonjs",
|
||||
"noImplicitAny": true,
|
||||
"outDir": "./build/",
|
||||
"preserveConstEnums": true,
|
||||
"removeComments": true,
|
||||
"target": "ES5"
|
||||
"target": "es5",
|
||||
"sourceMap": true
|
||||
},
|
||||
"exclude": [
|
||||
"node_modules",
|
||||
"typings/browser.d.ts",
|
||||
"typings/browser"
|
||||
"node_modules"
|
||||
],
|
||||
"include": [
|
||||
"./static/js/**/*.tsx"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue