Skip to content

Commit

Permalink
feat: 移除 在编译 config时 使用 ForkTsCheckerWebpackPlugin
Browse files Browse the repository at this point in the history
  • Loading branch information
imsunhao committed May 22, 2019
1 parent e79dff4 commit 28f0305
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/config/webpack.config.config.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import nodeExternals from 'webpack-node-externals'
import ForkTsCheckerWebpackPlugin from 'fork-ts-checker-webpack-plugin'
import webpack from 'webpack'
import merge from 'webpack-merge'
import { getCommonConfig } from './webpack.common.config'
Expand Down Expand Up @@ -43,10 +42,6 @@ export function getConfigConfig({
}
]
},
plugins: [
new ForkTsCheckerWebpackPlugin({
async: false
})
]
plugins: []
})
}

0 comments on commit 28f0305

Please sign in to comment.