From 0c39326bab0d09ed062b0c48e1ed5389289b3fc1 Mon Sep 17 00:00:00 2001 From: Anike Arni Date: Fri, 10 Feb 2017 18:18:46 -0200 Subject: [#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 --- web-ui/webpack.config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'web-ui/webpack.config.js') 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: {} } -- cgit v1.2.3