rollup-plugin-inject
Advanced tools
Comparing version 3.0.1 to 3.0.2
@@ -61,2 +61,4 @@ 'use strict'; | ||
delete modules.exclude; | ||
delete modules.sourceMap; | ||
delete modules.sourcemap; | ||
} | ||
@@ -63,0 +65,0 @@ |
@@ -57,2 +57,4 @@ import { createFilter, attachScopes, makeLegalIdentifier } from 'rollup-pluginutils'; | ||
delete modules.exclude; | ||
delete modules.sourceMap; | ||
delete modules.sourcemap; | ||
} | ||
@@ -59,0 +61,0 @@ |
{ | ||
"name": "rollup-plugin-inject", | ||
"description": "Scan modules for global variables and inject `import` statements where necessary", | ||
"version": "3.0.1", | ||
"version": "3.0.2", | ||
"devDependencies": { | ||
"eslint": "^5.16.0", | ||
"eslint": "^6.3.0", | ||
"mocha": "^6.2.0", | ||
@@ -8,0 +8,0 @@ "prettier": "^1.18.2", |
@@ -5,3 +5,6 @@ # rollup-plugin-inject | ||
## Archived (Migration to Mono-Repo In-Process) | ||
This repository has been archived and is in the process of being migrated to a new monorepo. Please bear with us as we make this transition. More information to follow. | ||
## Installation | ||
@@ -8,0 +11,0 @@ |
@@ -58,2 +58,4 @@ import { attachScopes, createFilter, makeLegalIdentifier } from "rollup-pluginutils"; | ||
delete modules.exclude; | ||
delete modules.sourceMap; | ||
delete modules.sourcemap; | ||
} | ||
@@ -60,0 +62,0 @@ |
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
20581
469
60