osjs-gui icon indicating copy to clipboard operation
osjs-gui copied to clipboard

Make rollup produce a stylesheet bundle as well

Open andersevenrud opened this issue 6 years ago • 0 comments

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.

andersevenrud avatar Mar 07 '19 21:03 andersevenrud