Explorar o código

fixing unit tests

Raanan Weber %!s(int64=7) %!d(string=hai) anos
pai
achega
1de295ee56
Modificáronse 1 ficheiros con 0 adicións e 6 borrados
  1. 0 6
      Viewer/tests/unit/webpack.config.js

+ 0 - 6
Viewer/tests/unit/webpack.config.js

@@ -1,5 +1,4 @@
 const path = require('path');
-const webpack = require('webpack');
 
 module.exports = {
     entry: {
@@ -27,11 +26,6 @@ module.exports = {
         "earcut": true
     },
     devtool: 'source-map',
-    plugins: [
-        new webpack.WatchIgnorePlugin([
-            /\.d\.ts$/
-        ])
-    ],
     module: {
         loaders: [{
             test: /\.tsx?$/,