JavaScript and Rollup: Replace ES6 imports with globals
The use case
You're using one or more third party libraries (React, Preact, Lodash, ...) in an ES6 library you're creating for the browser.
Don't bundle
Don't bundle the third party libraries with your library.
Your visitors might already have the t...
spaceaardvark.hashnode.dev3 min read