mirror of
https://github.com/nextcloud/spreed.git
synced 2025-08-16 15:27:59 +00:00
build: remove TS related tooling and files
Signed-off-by: Grigorii Shartsev <grigorii.shartsev@nextcloud.com>
This commit is contained in:
@ -77,24 +77,6 @@ webpackConfig.module.rules.push({
|
||||
use: { loader: 'worker-loader' },
|
||||
})
|
||||
|
||||
// Add typescript rule
|
||||
webpackConfig.module.rules.push({
|
||||
test: /\.tsx?$/,
|
||||
use: [
|
||||
{
|
||||
loader: 'babel-loader',
|
||||
},
|
||||
{
|
||||
loader: 'ts-loader',
|
||||
options: { appendTsSuffixTo: [/\.vue$/] },
|
||||
},
|
||||
],
|
||||
exclude: /node_modules/,
|
||||
})
|
||||
|
||||
// Add typescript extension resolver
|
||||
webpackConfig.resolve.extensions.push('.tsx')
|
||||
|
||||
webpackConfig.cache = true
|
||||
|
||||
module.exports = webpackConfig
|
||||
|
Reference in New Issue
Block a user