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
- Added rollup.config.js with three output formats:
* CJS: cjs/UrlUtils.js (CommonJS for Node.js)
* ESM: es/UrlUtils.js (ES Modules with sourcemap)
* UMD: umd/url-utils.min.js (Browser bundle, minified)
- Added build scripts to package.json:
* build: Compile TypeScript and generate type definitions
* pretest: Build before running tests
* prepare: Build before publish
- Updated files field to include build output directories
0 commit comments