From bf5dccf21d4f0bbc60cc18e4b957051bc962e70b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BB=AF=E4=B8=80?= Date: Mon, 17 Apr 2017 17:53:19 +0800 Subject: [PATCH] Revert "feat: export deps plugins for further customizing by instaceof" This reverts commit defc4f5ffddde2753a1ffb081856b5a39e41b929. --- src/webpack.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/webpack.js b/src/webpack.js index 93a37ba..d7ff7a8 100644 --- a/src/webpack.js +++ b/src/webpack.js @@ -1,7 +1,2 @@ import webpack from 'webpack'; -import ExtractTextPlugin from 'extract-text-webpack-plugin'; -import CaseSensitivePathsPlugin from 'case-sensitive-paths-webpack-plugin'; - export default webpack; - -export { ExtractTextPlugin, CaseSensitivePathsPlugin };