mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-06 03:50:26 +02:00
Client: use tslib instead of ts-helpers
This commit is contained in:
parent
01a07456e4
commit
a17bc2c34e
5 changed files with 22 additions and 6 deletions
|
@ -88,6 +88,24 @@ module.exports = function (env) {
|
|||
webtorrent: 'WebTorrent'
|
||||
},
|
||||
|
||||
module: {
|
||||
|
||||
rules: [
|
||||
{
|
||||
test: /\.ts$/,
|
||||
use: [
|
||||
{
|
||||
loader: 'tslint-loader',
|
||||
options: {
|
||||
configFile: 'tslint.json'
|
||||
}
|
||||
}
|
||||
],
|
||||
exclude: [/\.(spec|e2e)\.ts$/]
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
plugins: [
|
||||
|
||||
/**
|
||||
|
@ -121,8 +139,7 @@ module.exports = function (env) {
|
|||
{
|
||||
name: 'zone.js',
|
||||
path: 'zone.js/dist/long-stack-trace-zone.js'
|
||||
},
|
||||
'ts-helpers'
|
||||
}
|
||||
],
|
||||
vendor: [
|
||||
'@angular/platform-browser',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue