Right now you have to run both npm run build and npm 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.
Right now you have to run both
npm run buildandnpm run build:esmin 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.