diff --git a/buildprocess/webpack.config.js b/buildprocess/webpack.config.js index 6b5566e8bd..a1bf7b1d92 100644 --- a/buildprocess/webpack.config.js +++ b/buildprocess/webpack.config.js @@ -60,17 +60,6 @@ module.exports = function (devMode, hot) { ] } } - // Re-enable this if we need to observe any differences in the - // transpilation via ts-loader, & babel's stripping of types, - // or if TypeScript has newer features that babel hasn't - // caught up with - // { - // loader: require.resolve('ts-loader'), - // options: { - // transpileOnly: true - // // configFile: path.resolve(__dirname, '..', 'node_modules', 'terriajs', 'tsconfig.json') - // } - // } ] }, {