116 Commits

Author SHA1 Message Date
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
Andre Wiggins
8ab55c511a Add test for minify path outside of cwd 2019-06-24 14:24:09 -07:00
Andre Wiggins
7065c70ab5 Add minify path test 2019-06-24 13:58:20 -07:00
Andre Wiggins
5dc8cfbcdc Add mangle.json test 2019-06-24 13:00:33 -07:00
Andre Wiggins
6f97581341 Add minify config test 2019-06-24 12:55:06 -07:00
Andre Wiggins
6bfb38018b Update css fixture 2019-06-24 12:45:06 -07:00
Andre Wiggins
5ceb8c4f60 Fix duplicate pkg name warning 2019-06-24 12:02:18 -07:00
Leah
a55fd5e073 fix: don't polyfill, that should be done at the app level, not libs
also updates
2019-06-17 19:46:40 +02:00
Leah
afa2c9aad5 chore: add pure so we keep it in mind when the bug gets fixed 2019-06-15 01:31:15 +02:00
Jason Miller
8142733c75 Modern JS (#413) 2019-06-15 01:20:10 +02:00
Leah
042a80e34a fix: make the macro work 2019-06-12 00:54:19 +02:00
Leah
89d44cd051 fix: babel-custom was slightly to very broken 2019-06-12 00:54:15 +02:00
Federico Zivolo
8390705582 test: sample macro test 2019-06-12 00:25:08 +02:00
Leah
c0a20dbe9c updates, fixes a useless Promise.resolve 2019-06-12 00:22:43 +02:00
Leah
1066af7942 fix --no-compress and update snapshots until terser is fixed 2019-06-07 19:22:40 +02:00
Ward Peeters
0eadcd9bce feat(babel): merges babelrc with microbunde babel config (#396)
* feat(babel): merges babelrc with microbunde babel config

* update tests

* Fix README.md

Fix examples description

* remove unused rollup-plugin-flow dependency (#379)
2019-05-29 00:46:59 +02:00
Ward Peeters
800be4c1d6 fix: allow disabling minification from cli (#395) 2019-05-29 00:46:58 +02:00
Leah
abdd87e804 fix: breaking updates 2019-05-29 00:46:57 +02:00
Ward Peeters
3483790b01 add unit test for babelrc 2019-05-25 12:09:55 +02:00
Ward Peeters
34717de4d7 fix jsx pragmaFrag 2019-05-25 10:55:06 +02:00
Ward Peeters
8f72b14fb0 fix snapshots 2019-05-25 10:55:02 +02:00
Ward Peeters
0633b7f6e8 default jsx to h 2019-05-25 10:55:01 +02:00
Ward Peeters
ad59f1a895 add script to generate csv output 2019-05-25 10:55:00 +02:00
Ward Peeters
27d1a8a689 update plugins with babel 2019-05-25 10:53:45 +02:00