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

Commit 7a9fbce

Browse files
committed
styling
1 parent f17e6df commit 7a9fbce

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/devtools-launchpad/webpack.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ module.exports = (webpackConfig, envConfig, options = {}) => {
103103
}
104104
}];
105105

106-
if (options.disablePostCSS !== true) {
106+
if (!options.disablePostCSS) {
107107
cssUses.push({ loader: "postcss-loader" });
108108
}
109109

@@ -151,7 +151,7 @@ module.exports = (webpackConfig, envConfig, options = {}) => {
151151
}
152152
}];
153153

154-
if (options.disablePostCSS !== true) {
154+
if (!options.disablePostCSS) {
155155
cssUses.push({ loader: "postcss-loader" });
156156
}
157157

0 commit comments

Comments
 (0)