1
1
mirror of https://github.com/c8r/x0.git synced 2024-09-19 09:38:31 +03:00
Commit Graph

382 Commits

Author SHA1 Message Date
Brent Jackson
a411bf685e Add example component 2017-12-07 17:55:40 -05:00
Brent Jackson
f7acdde030 Bump beta version 2017-12-07 17:13:54 -05:00
Brent Jackson
871dd060a6 Spike out styled-components ssr support 2017-12-07 17:13:29 -05:00
Brent Jackson
bbeedb40dd Clean up static module 2017-12-07 16:43:20 -05:00
Brent Jackson
a842d21652 Render to body 2017-12-07 16:34:07 -05:00
Brent Jackson
75159f1573 Render to documentElement 2017-12-07 15:23:07 -05:00
Brent Jackson
989d02e95c Add head option 2017-12-07 14:19:42 -05:00
Brent Jackson
4166117955 Only render static once 2017-12-07 12:54:36 -05:00
Brent Jackson
eea30867fc Update tests 2017-12-07 12:13:48 -05:00
Brent Jackson
969870ec8b Use webpack 4 and support for React.Fragment 2017-12-07 12:10:47 -05:00
John Otander
d53fd7b71e
Merge pull request #19 from c8r/utf-8
Specify utf-8 encoding
2017-11-28 09:02:21 -07:00
John Otander
42450b6a24 Specify utf-8 encoding
Without declaring utf-8, bundles using
utf-8 characters are unable to be parsed.
2017-11-28 09:01:15 -07:00
John Otander
80accfc84d 2.0.0-13 2017-11-10 08:56:31 -07:00
John Otander
81ebf9a27c Change var name 2017-11-10 08:56:04 -07:00
John Otander
e689dc1f7a 2.0.0-12 2017-11-10 08:53:00 -07:00
John Otander
276bc47e36
Merge pull request #7 from c8r/package-config
Add ability to specify config via package.json
2017-11-10 08:52:25 -07:00
John Otander
edb64ab73f Allow all the opts to be passed 2017-11-10 08:49:00 -07:00
Brent Jackson
e462f67e59 2.0.0-11 2017-11-08 11:40:00 -05:00
Brent Jackson
3bee61ef20
Merge pull request #16 from c8r/merge-default-props
Merge defaultProps in static render
2017-11-08 11:39:36 -05:00
Brent Jackson
91b0bdcf74 Remove comment 2017-11-08 11:38:40 -05:00
Brent Jackson
3b4ca8510f Merge defaultProps in static render 2017-11-06 10:28:57 -05:00
Brent Jackson
be47b0ba56 2.0.0-10 2017-11-02 11:04:46 -04:00
Brent Jackson
08244eb79b
Merge pull request #14 from c8r/minify
Minify
2017-11-02 11:04:13 -04:00
Brent Jackson
747e8c8c38 Remove test script in package.json 2017-11-02 11:03:15 -04:00
Brent Jackson
2ea71c02ba Merge branch 'master' into minify 2017-11-02 11:02:18 -04:00
Brent Jackson
67d3fb0131 2.0.0-9 2017-10-23 15:50:08 -04:00
Brent Jackson
a33e35bbc1 Merge pull request #13 from c8r/node-fs
Add node config to webpack configs
2017-10-23 15:49:23 -04:00
Brent Jackson
550516363c Add node config to webpack configs 2017-10-23 11:02:15 -04:00
John Otander
139e242f52 Merge pull request #12 from c8r/graphql
Add graphql example
2017-10-22 10:16:56 -06:00
John Otander
72f7c87ce0 Add graphql example 2017-10-22 10:16:21 -06:00
John Otander
01736eac28 Merge pull request #9 from c8r/fix-tests
Fix tests
2017-10-19 14:20:26 -06:00
John Otander
fd632db5d0 Update snapshots 2017-10-19 14:19:01 -06:00
John Otander
a5bf70ba49 Only remove output dir if it exists 2017-10-19 14:17:56 -06:00
John Otander
1b8dde837d 2.0.0-8 2017-10-19 12:08:38 -06:00
John Otander
f520f06adf Bump publish dep 2017-10-19 12:07:14 -06:00
John Otander
2d42cdd582 Merge pull request #8 from c8r/publish
Add a publish option
2017-10-19 12:01:08 -06:00
John Otander
a59127b687 Add a publish option 2017-10-19 11:56:53 -06:00
John Otander
fb4de69d4e Add ability to specify config via package.json 2017-10-18 13:55:48 -06:00
John Otander
299a7c48dd 2.0.0-7 2017-10-17 20:36:37 -06:00
John Otander
c5fc29e97c Merge pull request #4 from c8r/proxy
Add configurable proxy support
2017-10-17 20:36:08 -06:00
John Otander
0b7c972d8d 2.0.0-6 2017-10-17 20:35:22 -06:00
John Otander
473f287cc0 Merge pull request #5 from c8r/export-router
Export router
2017-10-17 20:22:04 -06:00
John Otander
93f2f18363 Add proxy path, default to /api 2017-10-17 20:18:53 -06:00
John Otander
1f04d5b5f9 Nuke old alias 2017-10-17 20:18:53 -06:00
John Otander
ec77fcc31b Let's not alias this option 2017-10-17 20:18:31 -06:00
John Otander
6071be88c0 Change cli alias 2017-10-17 20:18:31 -06:00
John Otander
bbd63c71fd Undo unneeded changes 2017-10-17 20:18:31 -06:00
John Otander
f5cdb13b53 Correctly define proxy 2017-10-17 20:18:31 -06:00
John Otander
06efc02111 Add generate config function 2017-10-17 20:18:31 -06:00
John Otander
f74607ab49 Begin implementing ability to proxy via cli 2017-10-17 20:18:31 -06:00