rollup-plugin-skypack
Skypack https://www.skypack.dev/ Everything on npm, delivered directly to your browser.
Can boost load for commonly used module with cdn (like react, lodash)
WARNING THIS PLUGIN IS UNOFFICIAL
Features
- Auto resolving PINNED urls
Install
yarn add rollup-plugin-skypack
Usage
it is recommended to install the local dependencies with npm and yarn (but optional, default use latest version)
//> rollup.config.js ; moduleexports = input: 'src/index.js' output: format: 'es' plugins: ;
Options