babel-plugin-quintype-assets
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -1,6 +0,6 @@ | ||
import {defaultOptions, transformImportsInline} from "babel-plugin-transform-assets-import-to-string"; | ||
const {defaultOptions, transformImportsInline} = require("babel-plugin-transform-assets-import-to-string"); | ||
export default function quintypeAssets(x) { | ||
module.exports = function quintypeAssets(x) { | ||
defaultOptions.extensions = defaultOptions.extensions.concat([".css", ".scss"]); | ||
return transformImportsInline(x); | ||
} |
{ | ||
"name": "babel-plugin-quintype-assets", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Server Side Compile Plugin for Quintype Assets", | ||
@@ -5,0 +5,0 @@ "main": "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
834