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/file.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/file.js')
-rw-r--r-- | webpack.config.d/file.js | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/webpack.config.d/file.js b/webpack.config.d/file.js deleted file mode 100644 index 8b853e7e..00000000 --- a/webpack.config.d/file.js +++ /dev/null @@ -1,6 +0,0 @@ -config.module.rules.push( - { - test: /\.(jpe?g|png|gif|svg)$/i, - loader: 'file-loader' - } -);
\ No newline at end of file |