diff options
| author | Yuval Adam <yuval@y3xz.com> | 2016-01-02 00:55:45 +0200 |
|---|---|---|
| committer | Yuval Adam <yuval@y3xz.com> | 2016-01-02 00:55:45 +0200 |
| commit | 8ffcc2bbd0460616495d18feb74763f31a459c1d (patch) | |
| tree | 649e5b28a58b73aa1f536d9fd1afa28b8a479919 /webpack.config.js | |
| parent | 79fb0039bb1935017b7fc4ed6c94402fd49ef2a7 (diff) | |
Add slider and styles
Diffstat (limited to 'webpack.config.js')
| -rw-r--r-- | webpack.config.js | 4 |
1 files changed, 3 insertions, 1 deletions
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 |
