- Notifications
You must be signed in to change notification settings - Fork5
Deprecated: usehttps://github.com/rollup/rollup-plugin-virtual instead
License
NotificationsYou must be signed in to change notification settings
TrySound/rollup-plugin-memory
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Deprecated: userollup-plugin-virtual instead
Load entry from memory
npm i rollup-plugin-memory -D
import{rollup}from'rollup';importmemoryfrom'rollup-plugin-memory';rollup({entry:{path:'main.js',contents:'console.log("some code");'},plugins:[memory()]});
path is a string like normal entry.contents is a string or Buffer with preloaded content.
MIT ©Bogdan Chadkin
About
Deprecated: usehttps://github.com/rollup/rollup-plugin-virtual instead
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.
Contributors2
Uh oh!
There was an error while loading.Please reload this page.