Skip to content

Commit

Permalink
Update postcss.js (#2922)
Browse files Browse the repository at this point in the history
Fix #972
  • Loading branch information
kidandcat authored and devongovett committed May 2, 2019
1 parent 4b1c0a8 commit 5993813
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/core/parcel-bundler/src/transforms/postcss.js
Expand Up @@ -52,8 +52,8 @@ async function getConfig(asset) {

if (config.plugins && config.plugins['postcss-modules']) {
postcssModulesConfig = Object.assign(
config.plugins['postcss-modules'],
postcssModulesConfig
postcssModulesConfig,
config.plugins['postcss-modules']
);
delete config.plugins['postcss-modules'];
}
Expand Down

0 comments on commit 5993813

Please sign in to comment.