Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions buildprocess/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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')
// }
// }
]
},
{
Expand Down