1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-06 03:50:26 +02:00

Optimize imports

This commit is contained in:
Chocobozzz 2017-09-14 22:16:39 +02:00
parent bfb3a98fac
commit 3523b64a03
10 changed files with 34 additions and 54 deletions

View file

@ -91,28 +91,6 @@ module.exports = function (env) {
libraryTarget: 'var'
},
module: {
// Too slow, life is short
// rules: [
// {
// test: /\.ts$/,
// use: [
// {
// loader: 'tslint-loader',
// options: {
// configFile: 'tslint.json'
// }
// }
// ],
// exclude: [
// /\.(spec|e2e)\.ts$/,
// /node_modules\//
// ]
// }
// ]
},
plugins: [
/**