src_js/iconolab-bundle/webpack.config.js
changeset 418 a04c55054afe
parent 361 cad4eadb7bd3
child 539 08e2513dbc2f
--- a/src_js/iconolab-bundle/webpack.config.js	Thu Mar 09 12:39:36 2017 +0100
+++ b/src_js/iconolab-bundle/webpack.config.js	Mon Mar 13 18:48:35 2017 +0100
@@ -77,7 +77,8 @@
     new ExtractTextPlugin("iconolab/css/[name].css"),
     new webpack.ProvidePlugin({
       $: "jquery",
-      jQuery: "jquery"
+      jQuery: "jquery",
+      _: "lodash"
     })
   ],
   devServer: {