Jason Miller
787abdfcb5
Merge branch 'master' into replace-expressions-plugin
2019-03-19 10:21:06 -04:00
Jason Miller
02efb6d6d8
Update Jest to fix CI failures
2019-03-19 10:20:23 -04:00
Joachim Viide
f3db566ef7
Set configFile: false for the Babel plugin handling node_modules
2019-03-19 16:15:20 +02:00
Jason Miller
e7d31ac9a3
Merge branch 'master' into replace-expressions-plugin
2019-03-19 10:07:59 -04:00
Joachim Viide
84276fbf71
Implement --define with babel-plugin-transform-replace-expressions
2019-03-12 01:31:36 +02:00
Jason Miller
cc88ddf817
Merge pull request #338 from asmockler/patch-1
...
Correct default --target option
2019-03-08 22:29:14 -05:00
Jason Miller
ee9213ff17
Merge branch 'master' into patch-1
2019-03-08 22:29:07 -05:00
Jason Miller
2c32109528
0.11.0
0.11.0
2019-03-04 18:31:58 -05:00
Jason Miller
f6ebebb1f8
Merge pull request #335 from developit/compressor-options
...
Add compressor options
2019-03-04 18:30:25 -05:00
Jason Miller
cf00d7dad1
fix mangle.json always being generated
2019-03-04 18:29:37 -05:00
Andy Mockler
3061190751
Correct default --target option
2019-03-04 10:49:17 -05:00
Jason Miller
69b51655c5
lint fixes
2019-03-04 09:26:10 -05:00
Jason Miller
d94a50e0c2
Fix crasher
2019-03-04 09:20:51 -05:00
Jason Miller
8842f3eee1
Implement new minify config format
2019-03-04 09:07:25 -05:00
Jason Miller
9f9672a524
Add compressor options
...
This allows specifying Terser options in mangle.json or package.json's "mangle" field.
2019-03-03 23:10:05 -05:00
Jason Miller
f293bf8bec
Merge pull request #322 from tomByrer/patch-1
...
+ Nodent link in Readme
2019-02-25 13:21:37 -05:00
Jason Miller
399ab19c6a
move link to bottom
2019-02-25 13:21:23 -05:00
Jason Miller
81f8310eee
async-to-promises
2019-02-23 17:28:47 -05:00
Jason Miller
952aedec14
Merge branch 'master' into patch-1
2019-02-23 17:25:33 -05:00
bors[bot]
4ef32f17bf
Merge #324
...
324: Move Rollup 'treeshake' value to be a part of inputOptions r=ForsakenHarmony a=jviide
This pull request moves the `treeshake` value that is passed to Rollup. Based on [the documentation](https://rollupjs.org/guide/en#inputoptions ) it should be a part of the `inputOptions` object instead of `outputOptions`.
Co-authored-by: Joachim Viide <jviide@iki.fi>
2019-02-23 17:51:08 +00:00
Joachim Viide
b1f16b3376
Fix rollup options - 'treeshake' should be a part of inputOptions
2019-02-23 19:33:06 +02:00
Matías Olivera ⚡
65730af20f
Refactor | Test refactoring ( #290 )
...
thx @MatiasOlivera
2019-02-23 18:16:10 +01:00
Rin
b7c4b47481
Updates README.md to added react-router-ext ( #320 )
...
Updates README.md to added react-router-ext Built with Microbundle
2019-02-23 14:45:11 +01:00
Tom Byrer
125d05b928
+ Nodent link in Readme
...
I'm assuming you meant that Nodent?
Thanks for all your good work!
2019-02-22 21:36:40 -06:00
Jason Miller
31cc2c94e0
0.10.1
0.10.1
2019-02-22 17:41:42 -05:00
Jason Miller
5ab095874d
when the tests dont pass, change the tests
2019-02-22 17:39:18 -05:00
Jason Miller
1ac4ccccfa
Merge pull request #321 from jviide/up-to-almost-11
...
Set the number of terser passes to 10
2019-02-22 16:07:13 -05:00
Joachim Viide
706ad48d42
Update test snapshots
2019-02-22 22:20:40 +02:00
Jason Miller
90d923394d
update snaps
2019-02-22 14:55:51 -05:00
Joachim Viide
9e04a3d80a
Set the number of terser passes to 10
2019-02-22 20:28:52 +02:00
Jason Miller
3d21c043c1
Make --define preserve boolean and integer literals by default instead of making everything a string.
2019-02-22 13:21:12 -05:00
Jason Miller
39dad8e724
Fix broken --alias option
2019-02-22 13:20:09 -05:00
Jason Miller
a0fd75e85c
0.10.0
0.10.0
2019-02-21 15:36:39 -05:00
Jason Miller
f58e67768e
Merge pull request #312 from developit/define-option
...
Add define option
2019-02-20 11:13:14 -05:00
Jason Miller
47a2e8661f
parseGlobals -> parseMappingArgument
2019-02-20 10:59:00 -05:00
Jason Miller
b270ab5b02
Merge branch 'master' into define-option
2019-02-20 10:58:07 -05:00
Jason Miller
3021595354
Merge pull request #315 from developit/alias
...
Add support for --alias
2019-02-18 19:58:52 -05:00
Jason Miller
cf0d53cd12
lint fixes
2019-02-13 19:53:11 -05:00
Jason Miller
1a9828e454
Add support for --alias
2019-02-13 16:01:53 -05:00
Jason Miller
b418dbdfca
Merge branch 'master' into define-option
2019-02-13 14:34:03 -05:00
Jason Miller
fca649ac29
Merge pull request #305 from JReinhold/master
...
add mdx-deck-live-code to "Built with..." section
2019-02-13 14:24:50 -05:00
Jason Miller
cb67c9e2ae
Merge branch 'master' into master
2019-02-13 14:24:01 -05:00
Jason Miller
bfcec40320
Merge branch 'master' into define-option
2019-02-13 14:23:34 -05:00
Jason Miller
3f6ba4c366
Don't inline NODE_ENV by default.
2019-02-13 14:23:11 -05:00
Jason Miller
f39407fa86
Add docs for mangle option
...
Fixes #296
2019-02-13 14:20:47 -05:00
Jason Miller
58705aa582
Add proper parsing logic
2019-01-30 16:31:37 -05:00
Jason Miller
74fd71b6fc
Add --define option and usage
2019-01-30 16:28:47 -05:00
Jason Miller
b9d853eb50
Add define option
...
Same as Terser's `--define`
2019-01-30 16:26:26 -05:00
Jeppe Reinhold
5ca053eb4f
add mdx-deck-live-code to "Built with..." section
2019-01-20 13:23:02 +01:00
bors[bot]
ee1ed683b3
Merge #301
...
301: Update rollup-plugin-typescript2 to the latest version 🚀 r=ForsakenHarmony a=greenkeeper[bot]
## The dependency [rollup-plugin-typescript2](https://github.com/ezolenko/rollup-plugin-typescript2 ) was updated from `0.18.1` to `0.19.0`.
This version is **not covered** by your **current version range**.
If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.
---
[Find out more about this release](https://github.com/ezolenko/rollup-plugin-typescript2 ).
<details>
<summary>FAQ and help</summary>
There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html ). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new ).
</details>
---
Your [Greenkeeper](https://greenkeeper.io ) bot 🌴
Co-authored-by: greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>
2019-01-18 10:56:57 +00:00