소스 검색

fixing unit tests

Raanan Weber 7 년 전
부모
커밋
1de295ee56
1개의 변경된 파일0개의 추가작업 그리고 6개의 파일을 삭제
  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?$/,