aboutsummaryrefslogtreecommitdiff
path: root/webpack.config.d/jquery.js
diff options
context:
space:
mode:
Diffstat (limited to 'webpack.config.d/jquery.js')
-rw-r--r--webpack.config.d/jquery.js8
1 files changed, 0 insertions, 8 deletions
diff --git a/webpack.config.d/jquery.js b/webpack.config.d/jquery.js
index 8c942e79..40522595 100644
--- a/webpack.config.d/jquery.js
+++ b/webpack.config.d/jquery.js
@@ -2,11 +2,3 @@ config.plugins.push(new webpack.ProvidePlugin({
$: "jquery",
jQuery: "jquery"
}));
-
-config.module.rules.push({
- test: require.resolve('jquery'),
- use: [{
- loader: 'expose-loader',
- options: 'jQuery'
- }]
-})