aboutsummaryrefslogtreecommitdiff
path: root/webpack.config.d/file.js
diff options
context:
space:
mode:
authorRobert Jaros <rjaros@finn.pl>2017-09-01 16:15:38 +0200
committerRobert Jaros <rjaros@finn.pl>2017-09-01 16:15:38 +0200
commit79a1a1573051649b7b2d7b3fcd57d8506eb26bcb (patch)
tree5943cb30d71ccfaa0591edd2ce6204a181fd15e3 /webpack.config.d/file.js
parentfce6a5dcd7804b4ef618484182f8e8ebc053c761 (diff)
downloadkvision-79a1a1573051649b7b2d7b3fcd57d8506eb26bcb.tar.gz
kvision-79a1a1573051649b7b2d7b3fcd57d8506eb26bcb.tar.bz2
kvision-79a1a1573051649b7b2d7b3fcd57d8506eb26bcb.zip
Testing framework
Diffstat (limited to 'webpack.config.d/file.js')
-rw-r--r--webpack.config.d/file.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/webpack.config.d/file.js b/webpack.config.d/file.js
new file mode 100644
index 00000000..8b853e7e
--- /dev/null
+++ b/webpack.config.d/file.js
@@ -0,0 +1,6 @@
+config.module.rules.push(
+ {
+ test: /\.(jpe?g|png|gif|svg)$/i,
+ loader: 'file-loader'
+ }
+); \ No newline at end of file