105 Commits

Author SHA1 Message Date
Jason Miller
d8d2bf0bd4 0.4.0 0.4.0 2018-01-23 14:58:38 -05:00
Jason Miller
280cb5855e
Merge pull request #57 from developit/testing-setup
Add a proper testing setup
2018-01-23 14:57:17 -05:00
Jason Miller
236fa3f4de Automatically detect and use index.ts & src/index.ts entry rather than requiring it to be manually specified. 2018-01-23 14:52:55 -05:00
Jason Miller
7db4d5c2e7 Don't warn about missing "name" field in package.json if we just warned about a missing package.json. 2018-01-23 14:52:29 -05:00
Jason Miller
29c6621fab Don't bother avoiding importing acorn-jsx (likely cause of [this failure](https://travis-ci.org/developit/karmatic/builds/332444062)) 2018-01-23 14:52:07 -05:00
Jason Miller
5baf00a35b Add a proper test harness (via Jest) 2018-01-23 14:51:38 -05:00
Jason Miller
f25d9684e9
Merge pull request #51 from Andarist/safe-var-name-scoped-pkg
Support for scoped packages - remove scope from the name & remove it from dist location
2018-01-22 14:34:44 -05:00
Jason Miller
ffa65d07e2
Merge pull request #16 from tymondesigns/feature/typescript
adding ts support
2018-01-22 14:33:55 -05:00
Mateusz Burzyński
a1e05992ca Support for scoped packages - remove scope from the name & remove it from dist location 2018-01-20 22:08:09 +01:00
Sean Tymon
5d6aa826ff use const 2018-01-19 22:55:48 +00:00
Sean Tymon
2d90fc8caf resolve conflict 2018-01-19 21:49:05 +00:00
Sean Tymon
eaa687f7c7 more fixes 2018-01-19 21:47:53 +00:00
Sean Tymon
02f3da5352
Merge branch 'master' into feature/typescript 2018-01-19 21:34:38 +00:00
Sean Tymon
a1a61bf052 fixes 2018-01-19 21:32:50 +00:00
Jason Miller
932acd640b 0.3.1 0.3.1 2018-01-14 13:38:11 -05:00
Jason Miller
d10fb70901 second demo 2018-01-14 13:37:25 -05:00
Jason Miller
8960114faf If defaults + named exports are detected, only export default and prune named. Enable pure properties for tree-shaking (since they're already enabled for uglify) 2018-01-14 13:37:15 -05:00
Jason Miller
d52bd6cd85 0.3.0 0.3.0 2018-01-13 18:12:30 -05:00
Jason Miller
79c8cb97d2 oss.ninja 🥋 2018-01-13 18:11:42 -05:00
Jason Miller
2054b0ada0 Only extract & write out CSS files once. 2018-01-13 18:09:54 -05:00
Jason Miller
2dcd6698e3 Dedupe entries. 2018-01-13 18:09:24 -05:00
Jason Miller
f5b61e74d9 Allow specification of Uglify's mangle option in the package.json, and use it to enable advanced property mangling. 2018-01-13 18:09:15 -05:00
Jason Miller
b58b9803b2 Fix error messages 2018-01-13 18:06:03 -05:00
Jason Miller
73a564b5df Update dependencies. Fixes #42 2018-01-13 18:05:22 -05:00
Jason Miller
e9683e197d
Merge pull request #38 from kevlened/master
Add target environment option
2018-01-13 16:51:25 -05:00
kevlened
708ec4d2a1 Tab to space fix in README 2018-01-10 19:41:37 -08:00
kevlened
65dc28f5e5 Invert target option logic 2018-01-10 07:15:53 -08:00
kevlened
5f7f805d51 Add target environment option 2018-01-06 21:55:22 -08:00
Jason Miller
90d02e6990
Merge pull request #32 from lukeed/cli
Migrate CLI to Sade
2018-01-05 22:38:57 -05:00
Jason Miller
d8162d58ce
Merge pull request #33 from ColinRTaylor/pr/inline-all
Include dependencies
2018-01-05 22:37:41 -05:00
Luke Edwards
1b315c79f3 k fine. 2017-12-24 21:06:17 -08:00
Luke Edwards
cabd4d1401 refactor/simplify run invoc;
- reorder build command
2017-12-24 21:03:44 -08:00
Luke Edwards
8b75589c24 add missing aliases 2017-12-24 20:54:24 -08:00
Luke Edwards
7ba6d9fce6 install sade @ 1.2.0 2017-12-24 20:17:42 -08:00
colinrtaylor
ff42a14921 fix typo 2017-12-20 15:22:33 -05:00
colinrtaylor
79a32e08b4 check options to inline all and use node resolver if so 2017-12-20 14:55:00 -05:00
Luke Edwards
d7b0b9cb43 update sade ~> 1.1.1 2017-12-20 00:32:58 -08:00
Sean Tymon
1802e999db merge remote 2017-12-19 22:25:13 +00:00
Sean Tymon
419b3debfa output es6 for es format 2017-12-19 22:23:13 +00:00
Luke Edwards
903dda3c02 replace yargs with sade 2017-12-19 12:18:54 -08:00
Jason Miller
9b41d58d3d
Merge branch 'master' into feature/typescript 2017-12-19 09:35:37 -05:00
Jason Miller
0ae9a58a7f
Merge branch 'master' into feature/typescript 2017-12-19 09:28:44 -05:00
Jason Miller
d3d709ab71
Merge pull request #30 from knipferrc/master
Add postcss and autoprefixer
2017-12-19 09:27:59 -05:00
Sean Tymon
80e6223a2d
Merge branch 'master' into feature/typescript 2017-12-18 20:07:44 +00:00
Jason Miller
93206c3c55
Merge pull request #29 from rtorr/buble-dangerousTaggedTemplateString
Adding support for tag template strings
2017-12-18 10:13:51 -05:00
knipferrc
0e8594416f fix package.json 2017-12-18 07:39:17 -05:00
tknipfer
7a44c73e5a Merge branch 'master' of https://github.com/developit/microbundle 2017-12-18 07:36:12 -05:00
tknipfer
aa85696150 add postcss and autoprefixer 2017-12-18 07:36:07 -05:00
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