developit / microbundle Public
master
Commits on May 4, 2022
-
chore: Bump Node target version to v12 (#954)
* chore: Bumps Node target to v12 * docs: Adding changeset
-
chore: Silence warnings when using 'node:' protocol (#956)
* chore: Silence warnings when using builtins w/ 'node:' protocol * docs: Adding changeset
-
Commits on Apr 28, 2022
Commits on Apr 26, 2022
-
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Commits on Apr 25, 2022
-
-
refactor: Output ESM files w/
.mjswhen appropriate (#950)* fix: Output ESM w/ .mjs ext when pkg type is cjs * docs: Adding changeset * Update README.md * Update README.md Co-authored-by: Jason Miller <developit@users.noreply.github.com> * chore: Add warning for new ESM output extension behavior * Update src/index.js Co-authored-by: Jason Miller <developit@users.noreply.github.com> Co-authored-by: Jason Miller <developit@users.noreply.github.com>
-
feature: bundle visualizer (#949)
* feat: Add --visualizer flag to generate build output stats Co-authored-by: Alex Hayton <alex.hayton@gmail.com> * docs: Adding changeset * chore: Removing & git ignoring stats.html Co-authored-by: Alex Hayton <alex.hayton@gmail.com>
Commits on Apr 21, 2022
-
fix: babel exclude for hoisted modules (#947)
* fix: Ensures hoisted node_modules are excluded by babel * docs: Adding changeset
-
fix: build message formatting (#948)
* fix: Build output message formatting w/ dynamic import module * docs: Adding changeset
Commits on Apr 20, 2022
-
fix: tsconfig cwd differing from microbundle's cwd (#941)
* fix: 'tsconfig.json' search should start in the set cwd * docs: Adding changeset
-
* docs: Add info on --compress default value * docs: Update CLI help menu --compress info * docs: Adding changeset
Commits on Apr 7, 2022
-
feat: [auto-commit] fix: _sizeInfo npe (#935)
* feat: [auto-commit] fix: _sizeInfo npe * docs: Adding changeset Co-authored-by: Ryan Christian <ryanchristian4427@gmail.com>
Commits on Mar 3, 2022
Commits on Nov 18, 2021
-
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Commits on Nov 17, 2021
Commits on Oct 11, 2021
-
fix: Corrects completion message to show the package's name, rather t…
…han the safe name (#895)
Commits on Oct 6, 2021
-
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
-
Resolve using "node" export condition for --target node (#887)
* Resolve using "node" export condition for --target node When bundling for a Node.js target, Microbundle should follow the "node" conditional package export key to match Node's own resolution. Fixes #886. * lint * Create fuzzy-trains-switch.md * Update index.js
-
feat: Expands generateTypes flag to support TS entries (#865)
* feat: Expands generateTypes flag to support TS entries * fix: Returning previous .d.ts generation * test: Modifying `--generateTypes false` test for use on TS projects * docs: Adding changeset
-
Fix: preserve terser annotations regexp (#875)
* fix: preserve terser annotations regexp * chore: add changeset * test: update snapshots
-
Rebase: Add worker-loader (#867)
* Add worker-loader Targets enhancement: #170 Enable usage of `microbundle --worker-loader` to apply rollup-plugin-web-worker-loader. Allow bundling web workers automatically - Add flag `--worker-loader` - For format `es` and `modern`, a Worker `type: module` is automatically bundled * Update README.md Co-authored-by: Jason Miller <developit@users.noreply.github.com> * Update src/index.js Co-authored-by: Jason Miller <developit@users.noreply.github.com> * Update src/prog.js Co-authored-by: Jason Miller <developit@users.noreply.github.com> * Update test/__snapshots__/index.test.js.snap Co-authored-by: Jason Miller <developit@users.noreply.github.com> * Update test/fixtures/worker-loader/package.json Co-authored-by: Jason Miller <developit@users.noreply.github.com> * Update README.md Co-authored-by: Jason Miller <developit@users.noreply.github.com> * Remove node_modules from snapshot * Upgrade rollup-plugin-off-main-thread * Add changeset Co-authored-by: Tim Daubenschütz <tim@daubenschuetz.de> Co-authored-by: Jason Miller <developit@users.noreply.github.com>
Commits on Jun 28, 2021
-
Fix: Support booleans in minify options (#858)
* Add fixture * Prevent boolean minify options from being replaced * Update snapshots * Add changeset
Commits on Jun 16, 2021
Commits on Jun 11, 2021
-
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
-
Bugfix: preserve Terser annotations during Babel pass (#848)
* Bugfix: preserve Terser annotations during Babel pass We were stripping out everything except `__PURE__`, but Terser has a number of annotations using that format - these were previously being ignored. * Create late-bags-argue.md * Add test for Terser annotations
Commits on Jun 7, 2021
-
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

