Skip to content
This repository has been archived by the owner on Sep 21, 2021. It is now read-only.

Commit

Permalink
styling
Browse files Browse the repository at this point in the history
  • Loading branch information
nchevobbe committed Jan 25, 2018
1 parent f17e6df commit 7a9fbce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/devtools-launchpad/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ module.exports = (webpackConfig, envConfig, options = {}) => {
}
}];

if (options.disablePostCSS !== true) {
if (!options.disablePostCSS) {
cssUses.push({ loader: "postcss-loader" });
}

Expand Down Expand Up @@ -151,7 +151,7 @@ module.exports = (webpackConfig, envConfig, options = {}) => {
}
}];

if (options.disablePostCSS !== true) {
if (!options.disablePostCSS) {
cssUses.push({ loader: "postcss-loader" });
}

Expand Down

0 comments on commit 7a9fbce

Please sign in to comment.