summaryrefslogtreecommitdiffstats
path: root/core/webpack.js
diff options
context:
space:
mode:
Diffstat (limited to 'core/webpack.js')
-rw-r--r--core/webpack.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/webpack.js b/core/webpack.js
index cf9c332ead0..3fc3290d470 100644
--- a/core/webpack.js
+++ b/core/webpack.js
@@ -33,7 +33,7 @@ module.exports = [
},
plugins: [
new webpack.ProvidePlugin({
- '_': 'underscore',
+ _: 'underscore',
$: 'jquery',
jQuery: 'jquery',
}),