Ward Peeters
7b2ff57f87
fix: bring back @babel/env preset match ( #714 )
2020-09-03 00:19:07 +02:00
Jason Miller
ffcc9d9b7d
Support global extend via amdName ( #713 )
...
* Support global extend via amdName
Using a prefixed name like `{ "amdName": "global.foo" }` will trigger Rollup's `output.extend` option. This addresses the use-case from #709 without adding another CLI flag.
* Create chilled-paws-confess.md
* Update chilled-paws-confess.md
2020-08-31 17:00:45 +02:00
Ward Peeters
d08f977aa6
fix: use @babel/preset-env with bugfixes for modern builds ( #702 )
2020-08-28 17:11:28 +02:00
Jason Miller
225e35072c
Don't transpile generators and async for Node ( #707 )
...
I think this should fix #704 .
2020-08-23 06:52:10 +02:00
Ward Peeters
ba1c047512
chore: enable unpkg alias again ( #701 )
2020-08-17 09:07:28 +02:00
Ward Peeters
34884116e2
fix: disable node-builtin warnings ( #700 )
2020-08-17 08:52:22 +02:00
Michel Weststrate
dfa25e082b
chore: documented the --no-compress option ( #317 )
...
Co-authored-by: Ward Peeters <ward@coding-tech.com>
2020-08-16 22:40:56 +02:00
Adrien Poly
58813871f4
[DOC] umd module default name is in camelCase not snake_case ( #689 )
...
unless I am mistaken the default export name for the module is in camelCase not snake
2020-07-29 11:52:20 -04:00
Mateusz Burzyński
a50252d24b
Init changesets ( #684 )
2020-07-23 11:00:08 -04:00
Jason Miller
305a50fb7a
[draft] Use Babel to transpile JSX instead of TypeScript ( #573 )
...
Co-authored-by: Leah <me@hrmny.sh>
Co-authored-by: Leah <github.leah@hrmny.sh>
2020-07-20 22:05:26 -04:00
Jason Miller
c87aaf0e97
0.12.3
0.12.3
2020-07-14 18:52:05 +00:00
Jason Miller
9cb87d6ebd
fix prettier config
2020-07-14 17:56:27 +00:00
Leah
3801c4583c
chore: update actions to current nodejs ( #681 )
2020-07-13 18:55:12 -04:00
mukund
0317afd789
Clarify typescript declarations directory doc ( #678 )
...
See #673
It's not possible to actually specify where to place the declarations file. This PR attempts to clarify the docs.
2020-07-08 12:31:29 +02:00
Jason Miller
037b0f26d3
refactor: split utilities in separate files ( #624 )
...
Co-authored-by: Ward Peeters <ward@coding-tech.com>
2020-07-07 23:47:45 +02:00
Tom Sherman
e0c368166d
Add TypeScript target and module settings explainer ( #676 )
2020-07-04 16:44:11 +02:00
Katja Lutz
658d867900
refactor: use rollup dir and entryFileNames options instead of file ( #674 )
2020-07-04 15:33:36 +02:00
Katja Lutz
1d609126bf
Add onStart and onError callbacks, accessible rollup watchers ( #668 )
2020-06-29 22:48:09 +02:00
Katja Lutz
5f1a6a9e3f
fix: dont set aliases as externals ( #671 )
2020-06-29 22:45:30 +02:00
Jason Miller
302807d655
Strip comments from output ( #548 )
2020-06-29 22:37:10 +02:00
Jason Miller
946bc9c591
0.12.2
0.12.2
2020-06-20 21:17:24 +00:00
Katja Lutz
72619a0344
fix: add externals with dash to globals ( #643 ) ( #667 )
2020-06-20 17:07:16 -04:00
Jason Miller
4c6a7e0110
Improve checkJs Typings ( #666 )
...
* Allow RegExp --externals only for the CLI argument
* Fix globals generation for regex externals
* Improved checkJs typings
* spelling
2020-06-19 18:38:26 -04:00
Jason Miller
4b36427439
Allow RegExp --externals only for the CLI argument ( #665 )
...
* Allow RegExp --externals only for the CLI argument
* Fix globals generation for regex externals
* Fix comment description
2020-06-19 18:36:44 -04:00
Jason Miller
5f8ea9ee7e
Use DI to prevent multiple copies of @babel/core ( #664 )
...
* Use DI to prevent multiple copies of @babel/core
Fixes #657 .
* Actually fix it (haha)
2020-06-19 13:27:03 -04:00
Jason Miller
afafa6d213
Silence core-js warnings during tests ( #661 )
...
Co-authored-by: Ward Peeters <ward@coding-tech.com>
2020-06-16 10:05:43 +02:00
Jason Miller
95416d1ccf
Update dependencies ( #660 )
2020-06-16 10:05:28 +02:00
Jason Miller
de18d466c1
0.12.1
0.12.1
2020-06-15 20:18:52 +00:00
Katja Lutz
2a667c708e
fix: escape rollup external test items ( #650 )
2020-06-14 13:28:22 +02:00
Katja Lutz
f4ab33d3c7
feat: add --pkg-main option ( #658 )
2020-06-14 13:26:49 +02:00
Marvin Hagemeister
f3749f2b6b
Update prettier config ( #656 )
2020-06-10 11:19:21 -04:00
Leah
68087fd627
Revert "Fix a mistake in the readme ( #649 )" ( #651 )
...
This reverts commit 9e41e740814df3bacbc89bec6e5305264f150751.
2020-06-05 22:00:29 +02:00
Alex Hayton
9e41e74081
Fix a mistake in the readme ( #649 )
2020-06-05 09:21:18 +02:00
Jason Miller
a8a36acc81
--no-compress should preserve comments ( #648 )
...
This fixes #647 .
2020-06-03 07:07:58 +02:00
Katja Lutz
65df3c164f
fix: set types declarationDir based on cwd (developit/microbundle#643) ( #646 )
2020-06-02 22:32:55 +02:00
Marvin Hagemeister
436498fac0
Clear generated types before test run ( #630 )
2020-06-01 13:11:51 +02:00
Marvin Hagemeister
c8b46cf51e
Fix TS failing if module is set to CommonJS ( #638 )
2020-06-01 13:10:58 +02:00
Gareth Trufitt
a71918b452
Update option docs for --externals (default peerDependencies & dependencies) ( #636 )
2020-06-01 13:09:52 +02:00
Kristoffer K
58288ec989
fix: add missing dependencies and use require.resolve ( #634 )
2020-05-27 22:11:43 +02:00
Marvin Hagemeister
ded90ace96
Fix TypeScript emit target ( #629 )
...
* Fix TypeScript including build artefacts
* Fix declaration files emitted into wrong directory
2020-05-25 06:17:57 +02:00
Jason Miller
083297733d
Readme Tweaks ( #628 )
2020-05-22 18:29:59 +02:00
Jason Miller
a0525231a1
Clarify modern mode in the readme ( #625 )
2020-05-22 10:51:33 -04:00
Marvin Hagemeister
1c8e7f4644
Merge pull request #627 from developit/allow-import-meta
2020-05-22 16:35:10 +02:00
Jason Miller
0c68bb62eb
Allow import.meta usage
2020-05-22 14:31:34 +00:00
Marvin Hagemeister
a856b0231f
Merge pull request #623 from developit/fix-ts-jsx
2020-05-20 23:09:16 +02:00
Marvin Hagemeister
6533e7cbb7
TS: Fix Fragments broken when jsxFactory is set
2020-05-20 20:49:10 +02:00
Marvin Hagemeister
f49f212257
Merge pull request #616 from teodragovic/migrate-rollup-babel
2020-05-13 18:06:50 +02:00
Teo Dragovic
de5b202dfe
Update rollup babel plugin
2020-05-13 17:56:03 +02:00
Marvin Hagemeister
8669b591b1
Merge pull request #614 from SeanBannister/patch-1
2020-05-13 15:41:18 +02:00
Sean Bannister
cd207969ad
Documenting that --name also affects IIFE builds
2020-05-13 20:27:14 +10:00