rtorr
|
72b5ce4acb
|
Adding support for tag template strings
|
2017-12-17 12:24:01 -08:00 |
|
Jason Miller
|
e2bf50b1b5
|
Merge pull request #15 from msfragala/use-pascal-case
Change default name from snake_case to PascalCase
|
2017-12-15 19:08:01 -05:00 |
|
Mitchell Gates
|
c2256a8cb0
|
Use camelCase over PascalCase
|
2017-12-15 13:16:35 -05:00 |
|
Mitchell Gates
|
928079d181
|
Change default name from snake_case to PascalCase
|
2017-12-14 14:51:01 -05:00 |
|
Jason Miller
|
c44a80d68d
|
Merge pull request #23 from jescalan/readme
Small docs correction ✨
|
2017-12-14 13:46:58 -05:00 |
|
Jason Miller
|
e501487a57
|
Merge pull request #24 from jescalan/node-resolve-modules
Change node resolve param to allow cjs modules, prefer mjs
|
2017-12-14 13:32:49 -05:00 |
|
Jeff Escalante
|
1a85bf1a10
|
change node resolve param to allow cjs modules, prefer mjs
by changing "modulesOnly" to just "modules", rollup will look for
an mjs module by default, but accept and bundle cjs if not
|
2017-12-14 11:27:22 -05:00 |
|
Jeff Escalante
|
bd46259818
|
correct docs on how to point to source in readme
|
2017-12-14 11:20:56 -05:00 |
|
Jason Miller
|
4525e78ab9
|
Merge pull request #21 from g-plane/master
Add Windows support
|
2017-12-14 10:53:41 -05:00 |
|
Pig Fang
|
4afc9efef0
|
Add AppVeyor
|
2017-12-14 17:39:37 +08:00 |
|
Pig Fang
|
15e2729f9a
|
Fix glob on Windows
|
2017-12-14 17:37:51 +08:00 |
|
Jason Miller
|
5f3e988583
|
Merge pull request #13 from wcastand/master
Allow to use jsx
|
2017-12-13 10:25:53 -05:00 |
|
Jason Miller
|
086e10b62c
|
Merge pull request #10 from msfragala/umd-name-option
Clarify how to specify UMD export name
|
2017-12-13 09:57:12 -05:00 |
|
Jason Miller
|
f50cada94a
|
Merge branch 'master' of github.com:developit/microbundle
0.2.4
|
2017-12-13 09:50:15 -05:00 |
|
Jason Miller
|
700f551b00
|
0.2.4
|
2017-12-13 09:50:05 -05:00 |
|
Jason Miller
|
735622e22a
|
disable faulty export rewriting for now
|
2017-12-13 09:49:43 -05:00 |
|
wcastand
|
cbcdf6aeea
|
add yarn.lock to the gitignore and delete yarn.lock from git
|
2017-12-13 14:29:25 +01:00 |
|
wcastand
|
703b804efb
|
add acorn-jsx as a dependency and allow nodent to handle jsx
|
2017-12-13 14:27:30 +01:00 |
|
Jason Miller
|
9e2e4e94c3
|
Merge pull request #9 from developit/add-license-1
Create LICENSE
|
2017-12-12 20:05:40 -05:00 |
|
Jason Miller
|
20c100f3cb
|
Create LICENSE
|
2017-12-12 20:05:24 -05:00 |
|
Mitchell Gates
|
0fcbd49b34
|
Add name CLI option; document export names in README
|
2017-12-12 19:50:10 -05:00 |
|
Jason Miller
|
11ee0699fa
|
Gracefully handle missing name field in package.json. Fixes #8.
|
2017-12-12 19:39:43 -05:00 |
|
Jason Miller
|
950dd05bd8
|
Merge pull request #7 from tusbar/patch-1
Update Bublé repository link in README
|
2017-12-12 13:20:35 -05:00 |
|
Bertrand Marron
|
2fc3c861dd
|
Update Bublé repository link in README
|
2017-12-12 18:58:42 +01:00 |
|
Jason Miller
|
4772555df3
|
add demo package.json
|
2017-12-12 12:42:28 -05:00 |
|
Jason Miller
|
013d730e11
|
Merge pull request #6 from maciej-ka/add-rollup-plugin-flow
feat: add rollup-plugin-flow
|
2017-12-12 12:05:49 -05:00 |
|
Jason Miller
|
e8062290f3
|
lint fix
|
2017-12-12 12:03:10 -05:00 |
|
maciej-ka
|
2435913e5a
|
feat: add rollup-plugin-flow
|
2017-12-12 17:39:30 +01:00 |
|
Jason Miller
|
04aa6711aa
|
Add gif
|
2017-12-12 10:38:45 -05:00 |
|
Jason Miller
|
b87ea1ab37
|
Doc updates.
|
2017-12-12 10:28:53 -05:00 |
|
Jason Miller
|
398373a64d
|
New logo. Fixes #4.
|
2017-12-12 10:15:31 -05:00 |
|
Jason Miller
|
0aef0903a1
|
Use SVG logo
|
2017-12-12 08:03:56 -05:00 |
|
Jason Miller
|
8a0a21cbff
|
additional documentation
|
2017-12-11 22:29:09 -05:00 |
|
Jason Miller
|
ed2764f762
|
0.2.3
0.2.3
|
2017-12-11 21:39:14 -05:00 |
|
Jason Miller
|
f71f90090e
|
Merge branch 'master' of github.com:developit/microbundle
|
2017-12-11 21:35:14 -05:00 |
|
Jason Miller
|
9043f15be4
|
Fix output filename mapping for secondary entries.
|
2017-12-11 21:35:09 -05:00 |
|
Jason Miller
|
98980643c9
|
Fix typo that skipped marking peerDependencies as external
|
2017-12-11 21:33:16 -05:00 |
|
Jason Miller
|
93ac71b1c9
|
Fix build stats formatting
|
2017-12-11 21:32:52 -05:00 |
|
Jason Miller
|
491a188f55
|
-f alias for --format
|
2017-12-11 21:32:06 -05:00 |
|
Jason Miller
|
bb7d0be29e
|
Merge pull request #3 from developit/greenkeeper/initial
Greenkeeper/initial
|
2017-12-11 20:47:03 -05:00 |
|
Jason Miller
|
cc7b1d4b0c
|
Merge branch 'master' into greenkeeper/initial
# Conflicts:
|
2017-12-11 20:39:05 -05:00 |
|
Jason Miller
|
baa50e5584
|
0.2.2
0.2.2
|
2017-12-11 20:33:27 -05:00 |
|
Jason Miller
|
5535dc2816
|
add repo to package.json
|
2017-12-11 20:32:56 -05:00 |
|
Jason Miller
|
e2b9b9cee9
|
0.2.1
0.2.1
|
2017-12-11 20:32:04 -05:00 |
|
Jason Miller
|
e10b65ba3f
|
add repo to package.json
|
2017-12-11 20:31:16 -05:00 |
|
Jason Miller
|
e38c7463d0
|
travis
|
2017-12-11 20:20:59 -05:00 |
|
Jason Miller
|
e671b45224
|
editorconfig
|
2017-12-11 20:20:10 -05:00 |
|
Jason Miller
|
546bfec5c2
|
0.2.0
0.2.0
|
2017-12-11 20:06:20 -05:00 |
|
Jason Miller
|
8f03042de0
|
Add new preserve-shebang plugin so builds of node CLI's (like this one) work
|
2017-12-11 20:05:54 -05:00 |
|
Jason Miller
|
12b3647220
|
Build self before publishing for meta-ness.
|
2017-12-11 20:04:53 -05:00 |
|