babel-plugin-transform-scss-uxtx
Advanced tools
Comparing version 1.0.10 to 1.0.11
@@ -53,3 +53,3 @@ const {resolve, dirname, join} = require("path"); | ||
sourceMap: false, | ||
includePaths: [nodeModulesPath, scssFileDirectory, projectRoot] | ||
includePaths: [nodeModulesPath, scssFileDirectory, projectRoot], | ||
importer: nodeSassImporter, | ||
@@ -56,0 +56,0 @@ }; |
{ | ||
"name": "babel-plugin-transform-scss-uxtx", | ||
"version": "1.0.10", | ||
"version": "1.0.11", | ||
"description": "Babel plugin for transpile scss or sass imports to css and embedding them in the head of the document", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
10087