Commit Graph

43 Commits

Author SHA1 Message Date
Pooya Parsa
d2cc9e4bd0 fix(nitro): revert to main rollup import (closes #1445) 2021-10-25 18:32:20 +02:00
Pooya Parsa
ad7e7551ec fix(nitro): import rollup as cjs 2021-10-25 11:23:15 +02:00
Daniel Roe
7d918e1457
refactor(nuxi): move nuxt.d.ts within buildDir (#1369) 2021-10-23 00:33:22 +02:00
Daniel Roe
f974425cc4
fix(nitro): modify contents rather than compiled , remove template compiled (#1154) 2021-10-18 11:06:23 +02:00
pooya parsa
54c57e3987
feat(nuxt3): useFetch (#721) 2021-10-12 00:36:50 +02:00
Daniel Roe
b005b2403f
feat(nitro): automatically type middleware/api routes (#708) 2021-10-11 15:29:02 +02:00
pooya parsa
6e496373f3
feat: use native esm for all packages (#539) 2021-10-02 18:01:17 +02:00
pooya parsa
6329a681e4
refactor: migrate from upath to pathe (#553) 2021-09-27 14:49:36 +02:00
pooya parsa
bec2720930
feat: use virtual filesystem for templates (#292)
Co-authored-by: Daniel Roe <daniel@roe.dev>
2021-07-15 12:18:34 +02:00
pooya parsa
6318438415
feat(nitro, vite): use native module (#252)
Co-authored-by: Daniel Roe <daniel@roe.dev>
2021-07-15 11:38:06 +02:00
Daniel Roe
04c3f65539
refactor: rename static to public (#284) 2021-06-30 12:29:48 +02:00
Daniel Roe
77e489aae3
fix(nitro): update nitro internal hook name (#218) 2021-06-16 13:48:16 +02:00
Daniel Roe
1bbd754f29
refactor(nitro): app template 2-3 normalization (#177) 2021-06-03 15:12:05 +02:00
Daniel Roe
06f1ba9853
chore(nitro): add some more types (#49)
Co-authored-by: Pooya Parsa <pyapar@gmail.com>
2021-04-04 23:06:56 +02:00
Daniel Roe
e1f409ea51 fix: force rebuild on new files being added (#136) 2021-02-19 15:01:08 +01:00
pooya parsa
85da52d390 feat: support server directory (#132)
* feat: support server directory

* fix sorting and global

* lazy load api

* pretty print opts

* fix: hide table when no middleware
2021-02-18 17:06:58 +01:00
Pooya Parsa
5248905dd7 refactor: rebrand to nitro 2021-01-22 20:55:59 +01:00
Xin Du (Clark)
f4e15196b2 fix error message in rollup and server (#72) 2021-01-20 23:09:22 +01:00
Sébastien Chopin
8a8840c970 chore: typo 2021-01-11 19:02:11 +01:00
Pooya Parsa
6de295cc9f fix: skip static dir if not exists 2020-12-07 13:48:29 +01:00
Pooya Parsa
b15d16abd3 fix: support both targets by adding prepare step 2020-11-20 12:55:55 +01:00
Pooya Parsa
ec291dafc1 fix issues with generate and dev 2020-11-20 02:38:06 +01:00
Daniel Roe
16451a3588 fix: static dir is in srcDir (#37) 2020-11-20 01:38:35 +01:00
pooya parsa
c06f09e9ab sigma (#36) 2020-11-20 01:16:31 +01:00
Pooya Parsa
6875d5535b feat: show fs tree for output 2020-11-14 21:41:38 +01:00
Pooya Parsa
1e34041e8d feat: support dynamic chunks, lazy middleware and cjs target 2020-11-14 14:05:09 +01:00
Pooya Parsa
04bb2fa906 chore: fix lint error 2020-11-14 01:25:12 +01:00
Pooya Parsa
9e638e96fa feat: support universalFetch during generate 2020-11-14 01:03:26 +01:00
Pooya Parsa
4d4ae7a115 chore: add prefix to rollup errors 2020-11-13 17:13:18 +01:00
Pooya Parsa
696556aef8 fix: only generate .sls directory when needed 2020-11-11 15:06:20 +01:00
Pooya Parsa
c7b88defa4 feat: update vercel and improve internals 2020-11-10 19:19:24 +01:00
Pooya Parsa
3fa6717882 improve config extending 2020-11-06 14:46:17 +01:00
Pooya Parsa
374487ea29 fix: use html.contents 2020-11-06 12:50:45 +01:00
Pooya Parsa
47d7644b72 refactor: move targets to src, remove template and improve runtime 2020-11-06 10:51:35 +01:00
Pooya Parsa
04a25fc527 feat(browser): inject script to js template 2020-11-05 22:56:40 +01:00
Pooya Parsa
360bba7d80 fix only empty slsDir 2020-11-05 22:24:36 +01:00
Pooya Parsa
9d02552c3c feat: make browser target working again 2020-11-05 22:23:24 +01:00
Pooya Parsa
8f5534c90a refactor: simplify usage with single target 2020-11-05 14:38:15 +01:00
Daniel Roe
dfdd466270 feat: improve types (#6)
Co-authored-by: Pooya Parsa <pyapar@gmail.com>
2020-11-05 13:26:00 +01:00
Pooya Parsa
486c881b2d feat: rewrite as nuxt module 2020-11-05 12:28:39 +01:00
Pooya Parsa
0245bd65de feat: generate public (dist/) 2020-11-04 20:01:53 +01:00
Pooya Parsa
5538f342f7 refactror: separate lib 2020-11-04 14:15:38 +01:00
Pooya Parsa
05e8d538db refactor: cli ~> build, config 2020-11-04 13:34:18 +01:00