You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(rollupconfig): remove umd support, add banner, and remove browserified modules
Remove the UMD support in favor of cjs for node env, esm for browser es6 modules, and iife as
standalone browser version. Add _computeBanner private method to add package version under dev env.
BREAKING CHANGE: Remove UMD support
Copy file name to clipboardExpand all lines: configs/rollup.conf.js
+48-22Lines changed: 48 additions & 22 deletions
Original file line number
Diff line number
Diff line change
@@ -6,22 +6,51 @@
6
6
* @description The file manage the rollup configuration for build the library using differents arguments. It allow to build with two type of environment (dev and prod), and differents output format.
7
7
* Use npm run help to display all available build options.
0 commit comments