Skip to content

Commit b7e27ac

Browse files
committed
Bump postcss-load-config
1 parent 308a0ad commit b7e27ac

File tree

3 files changed

+36
-26
lines changed

3 files changed

+36
-26
lines changed

package-lock.json

Lines changed: 33 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"postcss": "^8.4.47",
8282
"postcss-import": "^15.1.0",
8383
"postcss-js": "^4.0.1",
84-
"postcss-load-config": "^4.0.2",
84+
"postcss-load-config": "^6.0.1",
8585
"postcss-nested": "^6.2.0",
8686
"postcss-selector-parser": "^6.1.2",
8787
"resolve": "^1.22.8",

src/cli/build/plugin.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ async function loadPostCssPlugins(customPostCssPath) {
4545

4646
return {
4747
file,
48-
plugins: loadPlugins(config, file),
49-
options: loadOptions(config, file),
48+
plugins: await loadPlugins(config, file),
49+
options: await loadOptions(config, file),
5050
}
5151
})()
5252
: await postcssrc()

0 commit comments

Comments
 (0)