Selaa lähdekoodia

fixing unit tests

Raanan Weber 7 vuotta sitten
vanhempi
commit
1de295ee56
1 muutettua tiedostoa jossa 0 lisäystä ja 6 poistoa
  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?$/,