Showing
1 changed file
with
0 additions
and
5 deletions
@@ -64,11 +64,6 @@ module.exports = { | @@ -64,11 +64,6 @@ module.exports = { | ||
64 | new webpack.optimize.CommonsChunkPlugin({ | 64 | new webpack.optimize.CommonsChunkPlugin({ |
65 | name: 'libs', | 65 | name: 'libs', |
66 | filename: 'libs.js' | 66 | filename: 'libs.js' |
67 | - }), | ||
68 | - new webpack.ProvidePlugin({ | ||
69 | - $: 'yoho-jquery', | ||
70 | - jQuery: 'yoho-jquery', | ||
71 | - 'window.jQuery': 'yoho-jquery' | ||
72 | }) | 67 | }) |
73 | ] | 68 | ] |
74 | }; | 69 | }; |
-
Please register or login to post a comment