11 Commits

Author SHA1 Message Date
EGOIST
e487ffef8c fix: Revert "fix: do not use preserveSymlinks: true when bundling dts file"
5697b205a5543395e63065aad3ea27b9b6cb5b19
2021-11-12 14:40:56 +08:00
EGOIST
5697b205a5 fix: do not use preserveSymlinks: true when bundling dts file 2021-11-12 14:35:26 +08:00
EGOIST
ad95e5c9cf fix: make --define support nested properties, closes #440 2021-10-20 00:46:14 +08:00
Pablo Sáez
792234624d
feat: update esbuild to ^0.13.4 (#431) 2021-10-07 12:15:04 +08:00
EGOIST
1667fd2b97 feat: make experimental cjs code splitting available behine flag --splitting
closes #408
2021-09-16 21:07:24 +08:00
FM
49f48ead4c
fix: only enable code splitting in esm format (#403)
BREAKING CHANGE:

Code splitting now only works for esm format (default output format is `cjs`), code splitting with cjs format is not supported by esbuild, and our workaround is kinda buggy, so we reverted that decision.
2021-09-15 21:59:43 +08:00
dependabot[bot]
f640865dbf
chore(deps): bump rollup from 2.50.6 to 2.56.1 (#383)
Bumps [rollup](https://github.com/rollup/rollup) from 2.50.6 to 2.56.1.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v2.50.6...v2.56.1)

---
updated-dependencies:
- dependency-name: rollup
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-08-12 17:02:20 +08:00
EGOIST
5cac0ea8db fix: upgrade to rollup-plugin-dts 3.0.2
closes #368
2021-08-04 23:51:41 +08:00
EGOIST
3ca80afe32 feat: update esbuild to 0.12 2021-06-26 16:09:00 +08:00
dependabot[bot]
3f69964df2
chore(deps): bump esbuild from 0.11.23 to 0.12.8 (#329)
Bumps [esbuild](https://github.com/evanw/esbuild) from 0.11.23 to 0.12.8.
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/master/CHANGELOG.md)
- [Commits](https://github.com/evanw/esbuild/compare/v0.11.23...v0.12.8)

---
updated-dependencies:
- dependency-name: esbuild
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-15 13:39:00 +08:00
EGOIST
893bac6851 chore: switch back to npm 2021-06-03 17:54:26 +08:00