rollup-starter-lib
rollup-starter-lib copied to clipboard
Bare-bones example of how to create a library using Rollup
Add named import { resolve }, based on https://www.npmjs.com/package/@rollup/plugin-node-resolve#usage (and many hours of frustration and confusion)
*** ☝️ **Important announcement:** Greenkeeper will be saying goodbye 👋 and passing the torch to Snyk on June 3rd, 2020! [Find out how to migrate to Snyk and more at...
*** 🚨 **Reminder!** Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! 💜 🚚💨 💚 [Find out how to migrate...
*** 🚨 **Reminder!** Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! 💜 🚚💨 💚 [Find out how to migrate...
## The devDependency [@rollup/plugin-node-resolve](https://github.com/rollup/plugins) was updated from `7.0.0` to `7.1.0`. 🚨 [View failing branch](https://github.com/rollup/rollup-starter-lib/compare/master...rollup:greenkeeper%2F%40rollup%2Fplugin-node-resolve-7.1.0). This version is **covered** by your **current version range** and after updating it in your project...
## The devDependency [@rollup/plugin-commonjs](https://github.com/rollup/plugins) was updated from `11.0.1` to `11.0.2`. 🚨 [View failing branch](https://github.com/rollup/rollup-starter-lib/compare/master...rollup:greenkeeper%2F%40rollup%2Fplugin-commonjs-11.0.2). This version is **covered** by your **current version range** and after updating it in your project...
## The devDependency [rollup](https://github.com/rollup/rollup) was updated from `1.27.6` to `1.27.7`. 🚨 [View failing branch](https://github.com/rollup/rollup-starter-lib/compare/master...rollup:greenkeeper%2Frollup-1.27.7). This version is **covered** by your **current version range** and after updating it in your project...
the babel variant still uses a number of properties that have been renamed like `entry` instead of `input`. Also this could be of importance: regarding the `transform-runtime` plugin vs `external-helpers`...
Hey, this is a fantastic starter kit for building a lib. What if I want to serve the cjs, umd, and esm version both unminified and minified? For example: -...
[.editorconfig](https://editorconfig.org/) is great to define standards for a repo. I could do a PR if you want.