@rollup/plugin-virtual
Advanced tools
Comparing version 2.0.2 to 2.0.3
# @rollup/plugin-virtual ChangeLog | ||
## v2.0.3 | ||
_2020-06-22_ | ||
### Updates | ||
- docs: fix file name in readme (#444) | ||
## v2.0.2 | ||
@@ -4,0 +12,0 @@ |
{ | ||
"name": "@rollup/plugin-virtual", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"publishConfig": { | ||
@@ -5,0 +5,0 @@ "access": "public" |
@@ -33,3 +33,3 @@ [npm]: https://img.shields.io/npm/v/@rollup/plugin-virtual | ||
```js | ||
// src/input.js | ||
// src/entry.js | ||
import batman from 'batman'; | ||
@@ -36,0 +36,0 @@ import robin from './robin.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
7633