summaryrefslogtreecommitdiff
path: root/web-ui/webpack.config.js
diff options
context:
space:
mode:
authorAnike Arni <anikarni@gmail.com>2017-02-13 15:06:54 -0200
committerGitHub <noreply@github.com>2017-02-13 15:06:54 -0200
commitbdf96ef22e827598492ff996fd34ffb70e0ecfce (patch)
tree769d119ec61b324253feca7975e911de1fae0063 /web-ui/webpack.config.js
parent2753ec89b925f5038a85d6bc1fad7b5c887dbf1e (diff)
parentab7bb58a77f8a3c1414825a761b16cf14561fba5 (diff)
Merge pull request #970 from pixelated/backup-email-page
Integration tests for translations
Diffstat (limited to 'web-ui/webpack.config.js')
-rw-r--r--web-ui/webpack.config.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/web-ui/webpack.config.js b/web-ui/webpack.config.js
index 8680c928..d77650df 100644
--- a/web-ui/webpack.config.js
+++ b/web-ui/webpack.config.js
@@ -28,5 +28,6 @@ module.exports = {
'process.env': {
'NODE_ENV': '"development"'
}
- })]
+ })],
+ postcss: {}
}