@enhance/arc-plugin-styles
Advanced tools
Comparing version 0.0.4 to 0.0.5
{ | ||
"name": "@enhance/arc-plugin-styles", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "Plugin for generating enhance CSS utility classes", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -46,3 +46,3 @@ // eslint-disable-next-line | ||
function createConfig ({ arc, inventory }) { | ||
const pluginConfig = Object.fromEntries(arc['enhance-styles']) | ||
const pluginConfig = Object.fromEntries(arc['enhance-styles'] || []) | ||
const filename = pluginConfig?.filename || 'styles.css' | ||
@@ -49,0 +49,0 @@ const pathToStaticStyles = path.join( |
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
16526