From 107481f9ad5783daed68de8dadea65be57a6266b Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Thu, 1 Mar 2018 14:21:24 +0100 Subject: Site initial commit --- webpack.config.d/jquery.js | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 webpack.config.d/jquery.js (limited to 'webpack.config.d/jquery.js') diff --git a/webpack.config.d/jquery.js b/webpack.config.d/jquery.js deleted file mode 100644 index 40522595..00000000 --- a/webpack.config.d/jquery.js +++ /dev/null @@ -1,4 +0,0 @@ -config.plugins.push(new webpack.ProvidePlugin({ - $: "jquery", - jQuery: "jquery" -})); -- cgit