Skip to content

Commit

Permalink
fix postcss config problems
Browse files Browse the repository at this point in the history
  • Loading branch information
magicznyleszek committed Dec 11, 2018
1 parent fec7433 commit 26cbfe4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion webpack/webpack.common.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ const postCssLoader = {
sourceMap: true,
config: {
path: path.resolve(__dirname, '../postcss.config.js')
}
},
plugins () { return []; }
}
};

Expand Down

0 comments on commit 26cbfe4

Please sign in to comment.