summaryrefslogtreecommitdiff
path: root/web-ui/webpack.config.js
diff options
context:
space:
mode:
authorAnike Arni <aarni@thoughtworks.com>2017-02-10 18:18:46 -0200
committerAnike Arni <aarni@thoughtworks.com>2017-02-10 18:21:23 -0200
commit0c39326bab0d09ed062b0c48e1ed5389289b3fc1 (patch)
tree3b44a30c158c3636f65666d518ebf6975d9fedde /web-ui/webpack.config.js
parent7fe1499dfb082045c5d7e3e76363a13e9d8e3618 (diff)
[#922] Fixes problem with postcss installation in vagrant
This is a bug reported for newer versions of postcss. https://github.com/akveo/ng2-admin/issues/604 with @tayanefernandes
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: {}
}