rollup-plugin-ephemeral
TypeScript icon, indicating that this package has built-in type declarations

0.0.1 • Public • Published

rollup-plugin-ephemeral

Like @rollup/plugin-virtual but sometimes you need virtual modules to behave like real files.

import ephemeral from "rollup-plugin-ephemeral";

export default {
  entry: "entry.js",
  plugins: [ephemeral("entry.js", `export default 13`)],
};

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.1
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.1
    0

Package Sidebar

Install

npm i rollup-plugin-ephemeral

Weekly Downloads

0

Version

0.0.1

License

none

Unpacked Size

3.18 kB

Total Files

6

Last publish

Collaborators

  • alexeyraspopov