diff options
author | Robert Jaros <rjaros@finn.pl> | 2018-03-01 14:21:24 +0100 |
---|---|---|
committer | Robert Jaros <rjaros@finn.pl> | 2018-03-01 14:21:24 +0100 |
commit | 107481f9ad5783daed68de8dadea65be57a6266b (patch) | |
tree | 7f8063e5516585c12c599ce026c0d542b49ff985 /webpack.config.d/jquery.js | |
parent | 8163f730f4b195160b5b9ca4202c1f304ac68b27 (diff) | |
download | kvision-107481f9ad5783daed68de8dadea65be57a6266b.tar.gz kvision-107481f9ad5783daed68de8dadea65be57a6266b.tar.bz2 kvision-107481f9ad5783daed68de8dadea65be57a6266b.zip |
Site initial commit
Diffstat (limited to 'webpack.config.d/jquery.js')
-rw-r--r-- | webpack.config.d/jquery.js | 4 |
1 files changed, 0 insertions, 4 deletions
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" -})); |