Marc Bouchenoire
b1a6374862
Fix: Support booleans in minify options ( #858 )
...
* Add fixture
* Prevent boolean minify options from being replaced
* Update snapshots
* Add changeset
2021-06-28 12:09:57 -04:00
Jason Miller
3534815dda
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
2021-06-11 15:36:21 -04:00
Hyeseong Kim
25b73d22ca
feat: enabled config overriding by publishConfig ( #834 )
...
* feat: enabled config overriding by publishConfig
* add changesets
* update README
* Update odd-pets-type.md
Co-authored-by: Jason Miller <developit@users.noreply.github.com>
2021-05-05 11:36:39 -04:00
Guido D'Orsi
7426218d48
fix(transform-fast-rest): rest parameters references with closures ( #798 )
...
* fix(transform-fast-rest): rest parameters references with closures
* fix(transform-fast-rest): improved the arguments scope check
2021-05-05 11:13:00 -04:00
JounQin
54402ac43c
fix: add generateTypes cli option, check false value correctly ( #830 )
...
* fix: add generateTypes cli option, check false value correctly
* chore: add changeset file
* docs: cli option should be generateTypes
* chore: remove unnecessary comment
2021-05-05 10:51:54 -04:00
Cody Olsen
9ccf400421
restore CSS sourcemap support ( #770 )
...
* fix: restore CSS sourcemap support
* no CSS maps when inline
Co-authored-by: Jason Miller <developit@users.noreply.github.com>
Co-authored-by: Jason Miller <developit@users.noreply.github.com>
2020-12-18 21:29:26 -05:00
Jason Miller
967f8d5327
Add --css inline option ( #769 )
...
* Add --css inline option
Fixes #744
* Add CLI option
* Add docs for --css and update --css-modules docs
* Create rude-keys-eat.md
* update snapshot
2020-12-18 14:55:00 -05:00
Jacob Baker-Kretzmar
fdafaf7a4a
Add support for generating inline sourcemaps ( #764 )
...
* Add failing test and snapshots
* Allow 'inline' value for sourcemap option
* Use string "true" as default sourcemap option
* Update test and snapshots
* Remove default
* Add warning message
* Add changeset
2020-12-18 14:03:27 -05:00
Jason Miller
2ed56334cb
Rollup upgrade size fixes ( #767 )
...
* chore: update dev dependencies
* chore: update non rollup deps
* upgrade rollup
* update rollup-plugin dependencies
* add changeset
* Disable new external ESM interop
* Update Terser options to include __PURE__ annotations
* Remove `globalThis` injection
* bugfix
* update snapshots
* Update package.json
* Update package-lock.json
* strip globalThis from unminified UMD bundles too
* update shapshots
Co-authored-by: Ward Peeters <ward@coding-tech.com>
2020-12-18 14:02:35 -05:00
Ward Peeters
bd5d15e17c
chore: upgrade all dependencies ( #738 )
...
* chore: update dev dependencies
* chore: update non rollup deps
* upgrade rollup
* update rollup-plugin dependencies
* add changeset
2020-12-18 12:22:33 -05:00
Cody Olsen
8b60fc86cb
fix(CSS): sourcemap support for PostCSS files ( #754 )
...
* fix(CSS): sourcemap support
* Create hip-spies-happen.md
2020-12-17 11:00:53 -05:00
Jason Miller
052786223e
Support "esm" as an alias of "es" format ( #722 )
...
Co-authored-by: Leah <github.leah@hrmny.sh>
2020-09-28 03:24:45 +02:00
Tim Gates
efb7cf39ed
docs: Fix simple typo, realy -> really ( #727 )
...
There is a small typo in test/index.test.js.
Should read `really` rather than `realy`.
2020-09-14 13:51:41 +02:00
Ward Peeters
d08f977aa6
fix: use @babel/preset-env with bugfixes for modern builds ( #702 )
2020-08-28 17:11:28 +02:00
Ward Peeters
34884116e2
fix: disable node-builtin warnings ( #700 )
2020-08-17 08:52:22 +02:00
Katja Lutz
5f1a6a9e3f
fix: dont set aliases as externals ( #671 )
2020-06-29 22:45:30 +02:00
Katja Lutz
72619a0344
fix: add externals with dash to globals ( #643 ) ( #667 )
2020-06-20 17:07:16 -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
Katja Lutz
f4ab33d3c7
feat: add --pkg-main option ( #658 )
2020-06-14 13:26:49 +02:00
Marvin Hagemeister
c8b46cf51e
Fix TS failing if module is set to CommonJS ( #638 )
2020-06-01 13:10:58 +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
Marvin Hagemeister
6533e7cbb7
TS: Fix Fragments broken when jsxFactory is set
2020-05-20 20:49:10 +02:00
Jason Miller
d56e4f012d
update snapshots
2020-05-08 19:51:30 +00:00
Jason Miller
b3cd06e26a
fix snapshot
2020-05-07 19:25:17 -04:00
Jason Miller
6855cbff0b
Update snapshots (yay 50% size reduction!)
2020-05-07 23:21:43 +00:00
Jason Miller
e6136ebfaa
Merge branch 'master' into async-to-promises-helpers
2020-04-30 23:08:04 -04:00
Jason Miller
caf3dcad66
update snapshots
2020-04-30 23:06:33 -04:00
Jason Miller
336cbb6567
fix tests
2020-04-29 22:05:55 -04:00
Jason Miller
7005f26645
Add test for define-expressions, update snaps
2020-04-19 22:13:44 +00:00
Jason Miller
2dd4afec70
Fix babel cache bleed ( #570 )
...
* Instantiate babel.custom() separately for each output
* Update index.js
* prettier
* prettier
* lint fixes
* revert unrelated terser change
* add test for modern + generators
Co-authored-by: Leah <me@hrmny.sh>
2020-03-12 16:36:04 -03:00
Marais Rossouw
87e3dd52ce
chore: Runs prettier as a pre-commit hook
2020-02-10 07:02:20 +10:00
Marais Rossouw
5100c7bbf2
Adds a --css-modules option ( #370 )
...
* feat: adds a `--cssmodules` option
* chore: Allow scopeName to come from args
* chore: --css-modules is now tristate
* docs: Wrote docs around how to use css-modules
* chore: Fixed all tristate logic, and readable first
* test: Wrote tests for all avenues
* chore: Add's newlines to the end of files
2020-02-09 18:41:09 +01:00
Jovi De Croock
31f9de03d8
another snapshot correction (node_modules snuck in)
2020-02-02 21:53:44 +01:00
Jovi De Croock
b9a6f0c244
update snapshots
2020-02-02 21:49:33 +01:00
Jovi De Croock
fc4568d9f4
update snapshots and implement custom babelrc
2020-02-02 19:04:16 +01:00
Jason Miller
e83d0d157c
fix core-js bloat by turning off core-js 3 ( #550 )
2020-01-25 07:37:51 +01:00
Jason Miller
6f84f95f81
merge #538 from @ForsakenHarmony and enable lockfiles
2020-01-22 15:51:21 -05:00
Leah
41b87aff51
update snapshots
2020-01-08 05:58:29 +01:00
Leah
65d9836e24
add optional chaining test
2020-01-06 03:58:59 +01:00
Leah
743338f42a
update dependencies + snapshots
2020-01-06 03:58:31 +01:00
Leah
87a23bbb3b
slightly better tsconfig.json
...
Should fix an error message in the jest output (which doesn't make the tests fail)
2020-01-06 03:48:32 +01:00
realdennis
2fef100691
Update snapshots
2019-12-08 01:41:54 +08:00
Jason Miller
804cf70371
Switch from .mjs to .esm.js to avoid webpack tomfoolery ( #448 )
2019-08-08 20:06:12 +02:00
Federico Zivolo
bb8c59bac9
fix: add Flow support back ( #444 )
2019-07-10 00:19:27 +02:00
Leah
f94a812dff
fix: css-fixture
2019-07-09 23:14:24 +02:00
Leah
54b31ad570
Merge remote-tracking branch 'origin/master' into dev
2019-07-09 23:08:44 +02:00
Leah
ad65aafa35
fix: custom-babelrc
2019-07-09 22:43:48 +02:00
Leah
8e4446e81b
chore: even more updates
2019-07-09 22:20:49 +02:00
Leah
89d650a9d7
Merge branch 'master' into fix-test-names
2019-06-26 20:00:48 +02:00