postcss-load-config
Advanced tools
Comparing version 5.0.2 to 5.0.3
{ | ||
"name": "postcss-load-config", | ||
"version": "5.0.2", | ||
"version": "5.0.3", | ||
"description": "Autoload Config for PostCSS", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -339,3 +339,3 @@ | ||
const css = readFileSync('index.sss', 'utf8') | ||
const css = readFileSync('index.css', 'utf8') | ||
@@ -342,0 +342,0 @@ const ctx = { parser: true, map: 'inline' } |
@@ -19,3 +19,3 @@ // @ts-check | ||
try { | ||
return (await import(pathToFileURL(url).href)).default | ||
return (await import(`${pathToFileURL(url)}?t=${Date.now()}`)).default | ||
} catch (err) { | ||
@@ -22,0 +22,0 @@ if (!TS_EXT_RE.test(url)) { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
21719