From 251978aefbdc6c5ae364a33e632574f2ebbc7f59 Mon Sep 17 00:00:00 2001 From: Zoran Kokeza Date: Fri, 29 Nov 2024 18:09:49 +0100 Subject: [PATCH] remove ts-loader leftover in webpack config --- buildprocess/webpack.config.js | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/buildprocess/webpack.config.js b/buildprocess/webpack.config.js index 6b5566e8b..a1bf7b1d9 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') - // } - // } ] }, {