1
1
mirror of https://github.com/c8r/x0.git synced 2024-10-27 07:29:15 +03:00
Commit Graph

209 Commits

Author SHA1 Message Date
Brent Jackson
7e35b1e558 Merge branch 'master' into wp4 2018-02-24 10:55:01 -05:00
Brent Jackson
30d904bcbb Update to latest webpack beta 2018-02-24 10:54:57 -05:00
Brent Jackson
e43b6d7896 3.2.1 2018-02-19 15:31:16 -05:00
Brent Jackson
450303f7c5
Merge pull request #42 from c8r/dev-public-path
Add publicPath option to dev mode
2018-02-19 15:30:53 -05:00
Brent Jackson
5899756cc4 3.2.1-0 2018-02-19 10:41:52 -05:00
Brent Jackson
4f62ceddc5 Adjust publicPath option for dev mode 2018-02-19 10:41:44 -05:00
Brent Jackson
3a7b5fc9f7 Update examples 2018-02-16 09:58:58 -05:00
Brent Jackson
c7e08eb751 Add kitten example 2018-02-16 09:53:36 -05:00
Brent Jackson
dfdfb51380 Update to webpack 4 2018-02-16 09:43:25 -05:00
Brent Jackson
bd7425a6ac 3.2.0 2018-02-16 09:30:02 -05:00
Brent Jackson
be23cd3e16
Merge pull request #40 from c8r/config
Basic support for custom webpack configs
2018-02-16 09:29:46 -05:00
Brent Jackson
82564a02ba Typo 2018-02-16 09:29:00 -05:00
Brent Jackson
2fde22c8ce
Merge pull request #39 from c8r/remove-trailing-comma
Remove trailing comma in function call
2018-02-16 09:27:42 -05:00
Brent Jackson
df23315866 Update readme 2018-02-12 18:51:07 -05:00
Brent Jackson
9818a70c11 3.2.0-3 2018-02-12 16:25:59 -05:00
Brent Jackson
dc0beb2b06 Handle dev without a config 2018-02-12 16:24:03 -05:00
Brent Jackson
4a7e45b4e5 3.2.0-2 2018-02-11 15:53:51 -05:00
Brent Jackson
55bd3d753b Remove test loader 2018-02-11 15:53:46 -05:00
Brent Jackson
6c3367fbbb Add example 2018-02-11 15:41:29 -05:00
Brent Jackson
b625cba548 3.2.0-1 2018-02-11 14:14:29 -05:00
Brent Jackson
1a6bf12417 Use webpack node bundler in dev 2018-02-11 14:13:24 -05:00
Brent Jackson
70bfdd6359 3.2.0-0 2018-02-11 13:51:08 -05:00
Brent Jackson
0fa3cc01de Add bundler for node 2018-02-11 13:47:01 -05:00
Brent Jackson
fb35ce31c9 Add prototype for custom configuration 2018-02-11 12:18:17 -05:00
Brent Jackson
c58f0d2223 Remove trailing comma in function call 2018-02-05 09:34:26 -05:00
John Otander
5098b21feb
Merge pull request #36 from lachlanjc/patch-1
Update README reference to "x0 static" command
2018-01-24 05:46:47 -07:00
Lachlan Campbell
fda4558358
Add --static flag 2018-01-24 06:12:29 -05:00
Lachlan Campbell
726ffedd62
Update README reference to "x0 static" command 2018-01-23 18:53:35 -05:00
Brent Jackson
d4fc188725 3.1.1 2018-01-22 18:08:38 -05:00
Brent Jackson
0fca4527fa
Merge pull request #35 from c8r/fix-public-path
Add publicPath option to client config
2018-01-22 18:08:26 -05:00
Brent Jackson
bae6123aba Add publicPath option to client config 2018-01-22 17:18:12 -05:00
Brent Jackson
f8b3b1435e 3.1.0 2018-01-21 17:22:47 -05:00
Brent Jackson
f4822f66d3
Merge pull request #34 from c8r/loadable
Add support for using React Loadable
2018-01-21 17:20:53 -05:00
Brent Jackson
8965dc3118 Only require stats for bundled static build 2018-01-10 19:22:22 -05:00
Brent Jackson
f5f6996a5f Adjust loadable stats require 2018-01-10 19:18:33 -05:00
Brent Jackson
156b202f7a Add preloadReady check to static entry 2018-01-10 18:11:57 -05:00
Brent Jackson
cc42969539 Edit readme 2018-01-10 18:10:20 -05:00
Brent Jackson
60f6fb9c61 Adjust modules capturing 2018-01-10 17:30:13 -05:00
Brent Jackson
4a102cb21d Adjust gitignore 2018-01-10 16:33:26 -05:00
Brent Jackson
a571929475 Spike out basic react-loadable support 2018-01-10 16:31:33 -05:00
John Otander
d882cad251 3.0.4 2017-12-29 15:49:05 -07:00
John Otander
f64d7bf28f
Merge pull request #31 from c8r/html-minification
Add full html minification
2017-12-29 15:45:30 -07:00
John Otander
f1507c638c Add full html minification
Before, the joining of the different document parts
resulted in added whitespace. We now use an array and
join to ensure whitespace is squeezed when combining.
2017-12-27 15:10:16 -08:00
John Otander
6aea528370 3.0.3 2017-12-27 12:03:45 -08:00
John Otander
67309154c9
Merge pull request #29 from c8r/proxy
Improve proxy configuration, add docs
2017-12-27 12:02:42 -08:00
John Otander
856029ef58
Merge pull request #26 from Primigenus/patch-1
Install globally or cli won't work
2017-12-27 12:01:59 -08:00
John Otander
f395101638 Improve proxy configuration, add docs 2017-12-27 11:58:57 -08:00
Rahul
162acdca3c
Install globally or cli won't work 2017-12-18 14:08:46 -08:00
Brent Jackson
50626fa899 Add repo to package.json 2017-12-18 11:43:41 -05:00
Brent Jackson
9a1e21918b
Merge pull request #25 from tannerlinsley/patch-1
Update README.md
2017-12-18 14:49:30 +00:00