diff options
Diffstat (limited to 'webpack.common.js')
-rw-r--r-- | webpack.common.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webpack.common.js b/webpack.common.js index 074d5bc082e..3d29d0a9a7e 100644 --- a/webpack.common.js +++ b/webpack.common.js @@ -141,7 +141,7 @@ module.exports = { new VueLoaderPlugin(), new ESLintPlugin(), new webpack.ProvidePlugin({ - _: 'underscore', + // Provide jQuery to jquery plugins as some are loaded before $ is exposed globally. jQuery: 'jquery', }), ], |