]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/config/webpack.dev.js
Upgrade client dependencies
[github/Chocobozzz/PeerTube.git] / client / config / webpack.dev.js
index 8948af9b23296fcdd5fcc2a9001da22f8730bd27..d825f40e08f2bf2080822e40b6c71a3a35936b68 100644 (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: [
 
         /**