From 7e095b7322c7dc831e8e3481848257dcda99d467 Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Sun, 21 Jan 2018 20:36:13 +0100 Subject: Hello World example --- examples/helloworld/webpack.config.d/file.js | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 examples/helloworld/webpack.config.d/file.js (limited to 'examples/helloworld/webpack.config.d/file.js') diff --git a/examples/helloworld/webpack.config.d/file.js b/examples/helloworld/webpack.config.d/file.js new file mode 100644 index 00000000..8b853e7e --- /dev/null +++ b/examples/helloworld/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 -- cgit