Fix bugs with Webpack in Dockerfile

This commit is contained in:
Ian Minoso 2016-10-26 13:59:41 -04:00
parent f306177f01
commit 8eb97465b0
3 changed files with 12 additions and 11 deletions

View file

@ -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"
]
}
}