rollup-plugin-smart-asset
Advanced tools
Comparing version 2.0.3 to 2.0.4
@@ -352,5 +352,3 @@ 'use strict'; | ||
const assetsToCopy = []; | ||
const filter = rollupPluginutils.createFilter(options.include, options.exclude, { | ||
resolve: false | ||
}); | ||
const filter = rollupPluginutils.createFilter(options.include, options.exclude); | ||
const plugin = { | ||
@@ -357,0 +355,0 @@ name: "smart-asset", |
@@ -348,5 +348,3 @@ import { promisify } from 'util'; | ||
const assetsToCopy = []; | ||
const filter = createFilter(options.include, options.exclude, { | ||
resolve: false | ||
}); | ||
const filter = createFilter(options.include, options.exclude); | ||
const plugin = { | ||
@@ -353,0 +351,0 @@ name: "smart-asset", |
{ | ||
"name": "rollup-plugin-smart-asset", | ||
"version": "2.0.3", | ||
"version": "2.0.4", | ||
"description": "Rollup plugin to rebase, inline or copy assets referenced from the code", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -16,3 +16,4 @@ import babel from "rollup-plugin-babel" | ||
"magic-string", | ||
"big.js" | ||
"big.js", | ||
"rollup-pluginutils" | ||
], | ||
@@ -19,0 +20,0 @@ output: [ |
@@ -151,3 +151,3 @@ import { promisify } from "util" | ||
const filter = createFilter(options.include, options.exclude, { resolve: false }) | ||
const filter = createFilter(options.include, options.exclude) | ||
@@ -154,0 +154,0 @@ const plugin = { |
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
72506
1674