From 026504ef0480910e830873c30c5b133e2a130a64 Mon Sep 17 00:00:00 2001 From: SASUKE40 Date: Tue, 14 Apr 2020 09:18:14 +0800 Subject: [PATCH] fix: resolve typo --- src/postcss-loader.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/postcss-loader.js b/src/postcss-loader.js index 18b54528..0069a573 100644 --- a/src/postcss-loader.js +++ b/src/postcss-loader.js @@ -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),