i don't think this overriding is necessary any more

This commit is contained in:
Brendan Forster 2018-05-21 16:03:30 +10:00
parent 0d616641c7
commit 8910d3d2a4

View file

@ -34,9 +34,6 @@ const commonConfig: webpack.Configuration = {
options: {
useBabel: true,
useCache: true,
compilerOptions: {
noEmit: false, // override from tsconfig.json
},
},
},
],