65 Commits

Author SHA1 Message Date
Sean Bannister
cd207969ad
Documenting that --name also affects IIFE builds 2020-05-13 20:27:14 +10:00
Adrien Poly
0ae071973f
fix typo 2020-05-09 22:18:03 +02:00
Matt Hinchliffe
9cbc020305
Replace Bublé references in readme with Babel
Changed because this project no longer utilises Bublé, it was replaced with Babel in https://github.com/developit/microbundle/pull/362.
2020-05-09 11:12:05 +01:00
Jason Miller
4cd4275209
Document iife format (#601) 2020-05-06 11:13:26 +02:00
Yidong Li
6a734c43bd
docs(Built with Microbundle): Add react-model. (#343) 2020-04-18 00:25:07 +02:00
Alberto
8cc0d7b337
Update README moving .mjs with .module.js (#512)
* Update README moving .mjs with .module.js

Hi, referring to #426 in my case to get rid of the error (`Can't import the named export 'xxx' from non EcmaScript module`) I just changed the name of the output file.
I just copy-pasted from readme, so I assume a different readme didn't make me run into this error.

* typo

Co-authored-by: Leah <github.leah@hrmny.sh>
2020-02-28 14:29:18 +01:00
Jason Miller
e2b89c0557
add name mangling guide 2020-02-18 20:03:14 -05:00
Jason Miller
5fc25ec336
Merge branch 'master' into patch-1 2020-02-17 16:12:17 -05: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
Cristian Bote
4c85db51be
Adding goober to built with 2020-02-04 14:36:32 +02:00
Jovi De Croock
43d43e386d
add hooked-form to built with section 2020-02-04 12:31:14 +01:00
Lachlan Campbell
cc3e1de34b
Add Theme UI to README project showcase 2020-01-12 23:28:24 -05:00
chuahcheeshian
759193417d feat: add support for custom tsconfig path (#458) 2019-08-01 17:17:21 +02:00
Alex Casajuana
9bf3f830ce Add routex.js to "built with microbundle" section (#420) 2019-07-10 00:46:24 +02:00
Andre Wiggins
4e3a0709fc Add Preact to "Built with Microbundle" section (#430) 2019-06-26 20:51:11 +02:00
Tom Byrer
ada2b7df23 fix Examples in README (#424)
I was peeking into your last PR, & noticed this was odd.  A global 'repleace' error? Seems the new <command> is wrong.
Last example makes more sense as `watch`.
2019-06-17 15:05:10 +02:00
Jason Miller
8142733c75 Modern JS (#413) 2019-06-15 01:20:10 +02:00
Sebastián Lorenzo
6cc801c48f Fixed ES Modules bundle path (#310) 2019-06-14 00:07:21 +02:00
Siarhei Bautrukevich
093366cc3f
Fix README.md
Fix examples description
2019-05-28 08:29:41 +08:00
Edouard
41607cf0ac Readme/newcomer infos (#354)
* Added informations about typescript usage

I admit there's not much there, but as a newcomer I spent some time looking around for it. 
Turns out it's so simple it works by default :D But you have to know it.

* Surfacing the input/output file default config

As a newcomer, I missed this information as it was a bit buried in a big paragraph. I think this might make it stand out a bit more.

* Infos about default input/output

I think it has Its place in the installation phase as it's required for everything to work and has to be set up anyway.

* Cli options at the end of usage chapter

It seems more natural to me to end this way, but really that's subjective.

* Tidy up

* Added typescript to features

It's a very nice feature, it deserves Its place there (I think)

* Added "types" to specifying builds chapter

* Apply suggestions from code review

Co-Authored-By: isthatcentered <e.peninb@gmail.com>

* Apply suggestions from code review

Co-Authored-By: isthatcentered <e.peninb@gmail.com>

* Added latest full cli --help output
2019-03-23 00:01:43 +01:00
Andy Mockler
3061190751 Correct default --target option 2019-03-04 10:49:17 -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
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
cb67c9e2ae
Merge branch 'master' into master 2019-02-13 14:24:01 -05:00
Jason Miller
f39407fa86
Add docs for mangle option
Fixes #296
2019-02-13 14:20:47 -05:00
Jeppe Reinhold
5ca053eb4f
add mdx-deck-live-code to "Built with..." section 2019-01-20 13:23:02 +01:00
Marvin Hagemeister
71cb427dbd Replace nodent with a babel transform plugin 2018-11-27 08:17:45 +01:00
Victor
2b0df98f31
Update README.md
Add a lib that builds with microbundle
2018-10-26 18:32:53 +08:00
Leah
ad88a62d94
Merge pull request #208 from hyanmandian/master
Add new package built with Microbundle :D
2018-10-22 23:53:56 +02:00
chocolateboy
3ec208a583 update documentation after #137: s/UglifyJS/Terser/ 2018-10-16 18:53:28 +01:00
Florian Reuschel
909028b08d
Change "module" field from .m.js to .mjs 2018-09-19 14:49:41 +02:00
Hyan Mandian
5ab49f0d66
Update README.md 2018-09-03 19:17:01 -03:00
Andre Wiggins
16850de849 Merge branch 'master' into raw-option 2018-08-27 15:00:47 -07:00
Leah
a7a6900f43
Merge pull request #186 from Ayc0/feature/globals
Supports --globals config
2018-08-14 13:10:36 +02:00
Ayc0
940071fbcf Supports --globals config 2018-08-08 23:14:06 +02:00
luxp
bb4173f55b update the --jsx description 2018-08-03 01:04:47 +08:00
Alan Lu
8da0e9c44c
add the --jsx document 2018-07-07 17:05:47 +08:00
Philipp Spieß
1ffcceef9d
Add react-recomponent to "Built with Microbundle" 2018-07-04 23:53:57 +02:00
Jason Miller
edac8b543b
Merge pull request #92 from fwilkerson/feature/readme-built-with
Add Built with Microbundle to README
2018-05-10 23:16:35 -07:00
Mateusz Burzyński
9bbb6fa915
Merge pull request #114 from ngryman/master
Support --watch flag
2018-03-29 10:14:16 +02:00
ngryman
cd7250aba6
mention watch flags in the docs 2018-03-29 00:41:02 +02:00
Mateusz Burzyński
177c1eefab Reworked external option slightly (default to all), removed undocumented inline option 2018-03-14 22:37:41 +01:00
Ján Vorčák
8cc3823591
Update README.md 2018-03-02 13:12:28 +01:00
Frank Wilkerson
377a76e5e1 add built with section to readme 2018-02-23 10:24:01 -07:00
Cristian Bote
fdf9034f9e Update readme with --sourcemap option 2018-02-06 00:07:37 +02:00
Robin Malfait
bc942bb01d
Update the All CLI Options
This uses the output of `microbundle --help` from version `0.4.3`
2018-01-27 11:30:24 +01:00
Jason Miller
dcf99c620a
Update README.md 2018-01-26 15:35:07 -05:00