summaryrefslogtreecommitdiff
path: root/web-ui/webpack.config.js
diff options
context:
space:
mode:
authorTayane Fernandes <tayane.rmf@gmail.com>2017-02-06 11:31:11 -0200
committerGitHub <noreply@github.com>2017-02-06 11:31:11 -0200
commit15725dc3eea9b7389ee22d406094bb7d22af1364 (patch)
tree2b76bc62af2e3930e624957ee9b05383db934810 /web-ui/webpack.config.js
parent84c5fc7871206c74bb50df2f618992b0d57ca397 (diff)
parent2a0c02295ac6b3a21047e08a0174361003f02736 (diff)
Merge pull request #959 from pixelated/backup-email-page
Adds css and mocha
Diffstat (limited to 'web-ui/webpack.config.js')
-rw-r--r--web-ui/webpack.config.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/web-ui/webpack.config.js b/web-ui/webpack.config.js
index f0f605b0..59d2ae5b 100644
--- a/web-ui/webpack.config.js
+++ b/web-ui/webpack.config.js
@@ -26,6 +26,10 @@ module.exports = {
exclude: /(node_modules|bower_components)/,
loader: 'babel',
query: { presets: ['es2015', 'react']}
+ },
+ {
+ test: /\.scss|css$/,
+ loader: "style-loader!css-loader!sass-loader"
}
]
},