Make rollup produce a stylesheet bundle as well #16
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Right now you have to run both
npm run build
andnpm run build:esm
in order to build the stylesheets, UMD and ES modules.It would be nice if rollup could produce a stylesheet bundle as well because the UMD is mostly used in external solutions like codepen.
The text was updated successfully, but these errors were encountered: