Skip to content

Commit

Permalink
fix: resolve typo
Browse files Browse the repository at this point in the history
  • Loading branch information
SASUKE40 committed Apr 14, 2020
1 parent f4b757c commit 026504e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/postcss-loader.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ function loadConfig(id, { ctx: configOptions, path: configPath }) {
return {}
}

configPath = configPath ? path.resultolve(configPath) : path.dirname(id)
configPath = configPath ? path.resolve(configPath) : path.dirname(id)
const ctx = {
file: {
extname: path.extname(id),
Expand Down

0 comments on commit 026504e

Please sign in to comment.