From 8ffcc2bbd0460616495d18feb74763f31a459c1d Mon Sep 17 00:00:00 2001 From: Yuval Adam Date: Sat, 2 Jan 2016 00:55:45 +0200 Subject: Add slider and styles --- webpack.config.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'webpack.config.js') diff --git a/webpack.config.js b/webpack.config.js index 15f6956..87ad43b 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -6,7 +6,9 @@ module.exports = { }, module: { loaders: [ - { test: /\.js$/, exclude: /node_modules/, loader: 'babel?presets[]=react,presets[]=es2015,presets[]=stage-0' } + { test: /\.js$/, exclude: /node_modules/, loader: 'babel?presets[]=react,presets[]=es2015,presets[]=stage-0' }, + { test: /\.css$/, loader: 'style!css' }, + { test: /\.scss$/, loader: 'style!css!sass' } ] } } \ No newline at end of file -- cgit v1.3.1