File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -84,7 +84,12 @@ module.exports = function(language) {
8484
8585 const config = language === 'javascript' ? baseConfig : baseConfig
8686 . concat ( [
87- typescript ( ) ,
87+ typescript ( {
88+ useBabel : true ,
89+ babelOptions : baseConfig ,
90+ useCache : true ,
91+ cacheDirectory : 'node_modules/.cache/at-loader'
92+ } ) ,
8893 tslint ( )
8994 ] )
9095
Original file line number Diff line number Diff line change 3333 "@webpack-blocks/babel6" : " ^0.4.1" ,
3434 "@webpack-blocks/dev-server2" : " ^0.4.0" ,
3535 "@webpack-blocks/tslint" : " ^0.4.0" ,
36- "@webpack-blocks/typescript" : " ^0.4.0 " ,
36+ "@webpack-blocks/typescript" : " ^0.4.1 " ,
3737 "@webpack-blocks/webpack2" : " ^0.4.0" ,
3838 "babel-plugin-transform-object-rest-spread" : " ^6.23.0" ,
3939 "babel-plugin-transform-react-jsx" : " ^6.24.1" ,
You can’t perform that action at this time.
0 commit comments