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
|
23f6578c88
|
fix: include nitro.client plugin for global $fetch
|
2021-02-18 13:09:15 +01:00 |
|
Sébastien Chopin
|
d48d920a81
|
chore(app): update logo
|
2021-02-18 12:29:55 +01:00 |
|
Sébastien Chopin
|
2548e753c0
|
docs: wip welcome page
|
2021-02-18 12:17:27 +01:00 |
|
Pooya Parsa
|
270bbbc47e
|
fix: init nitro before module container (closes #165)
|
2021-02-18 11:47:23 +01:00 |
|
Pooya Parsa
|
f5d96eb60c
|
chore: fix lint error
|
2021-02-17 21:40:13 +01:00 |
|
Pooya Parsa
|
30c6b1d8e6
|
chore: update vite
|
2021-02-17 21:37:56 +01:00 |
|
Pooya Parsa
|
c2d93aa55a
|
chore: minimal webpack stats
|
2021-02-17 21:15:47 +01:00 |
|
Pooya Parsa
|
64ca193ac9
|
fix(webpack): remove hmr chunks from client manifest
|
2021-02-17 20:39:02 +01:00 |
|
Pooya Parsa
|
7b3244a567
|
fix(builder): empty buildDir only once by build
|
2021-02-17 19:32:37 +01:00 |
|
Sébastien Chopin
|
d63b28303e
|
fix: don't display 404 page if no pages/
|
2021-02-17 15:29:15 +01:00 |
|
Daniel Roe
|
27aef1489f
|
fix: allow numbers in dynamic webpack chunk names (#125)
|
2021-02-16 12:11:52 +00:00 |
|
Daniel Roe
|
0942d72553
|
fix: allow matching dynamic page routes
|
2021-02-16 11:29:18 +00:00 |
|
Daniel Roe
|
c1cd37d8c5
|
fix: load webpack modules synchronously with require (#104)
Co-authored-by: Pooya Parsa <pyapar@gmail.com>
|
2021-02-16 11:51:53 +01:00 |
|
Pooya Parsa
|
b4251b1389
|
Merge branch 'main' of github.com:nuxt/nuxt3 into main
|
2021-02-09 15:56:21 +01:00 |
|
Daniel Roe
|
65229ffb04
|
feat: mock debug (#118)
closes #97
|
2021-02-09 14:16:33 +00:00 |
|
Daniel Roe
|
9390acce83
|
feat: add firebase preset (#100)
|
2021-02-08 09:04:26 +01:00 |
|
Daniel Roe
|
abb21f30ca
|
fix: allow resolving relative package.json in vite mode
closes #146
|
2021-02-05 22:09:16 +00:00 |
|
Daniel Roe
|
c76bd35c29
|
fix: use allowlist approach to chunk name (#101)
closes #93
|
2021-02-05 18:52:18 +01:00 |
|
Sébastien Chopin
|
a8707469f8
|
feat: useAsyncData (#142)
* feat: useAsyncData
Resolves #141
* chore: improvements
* chore: fix lint
|
2021-02-03 19:14:30 +01:00 |
|
Sébastien Chopin
|
b04e212ebc
|
chore: router improvements (#139)
|
2021-02-02 17:42:48 +01:00 |
|
Daniel Roe
|
31a9bc2d18
|
feat: add support for Azure static web apps (#92)
|
2021-02-01 09:24:49 +00:00 |
|
Daniel Roe
|
97efab4270
|
fix: check for server webpack config (#91)
|
2021-01-30 22:05:40 +00:00 |
|
Xin Du (Clark)
|
5aa31613bd
|
fix(config): always disasble server sourceMap (#88)
|
2021-01-24 22:12:07 +01:00 |
|
Xin Du (Clark)
|
1b142148eb
|
fix(compat): disable webpack sourcemap (#84)
|
2021-01-24 21:30:20 +01:00 |
|
Xin Du (Clark)
|
67a82a7ab9
|
fix(compat): cannot read property setLegacyMiddleware of undefined (#82)
|
2021-01-24 20:18:20 +01:00 |
|
Xin Du (Clark)
|
2d0ff10892
|
fix(rollup): dirnames not generate a sourcemap for the transformation (#83)
|
2021-01-24 20:16:39 +01:00 |
|
Pooya Parsa
|
694a6b5635
|
fix(vite): include deps from nuxt3 package
|
2021-01-22 23:32:02 +01:00 |
|
pooya parsa
|
9be282623c
|
feat: initial support for vite bundler (#127)
|
2021-01-22 23:02:33 +01:00 |
|
Pooya Parsa
|
9c4a14074c
|
chore: fix lint errors
|
2021-01-22 22:34:23 +01:00 |
|
Pooya Parsa
|
faabd1ab54
|
feat: migrate to nitro
|
2021-01-22 21:57:17 +01:00 |
|
Pooya Parsa
|
c89166f8f9
|
fix: remove use of html-webpack-plugin
fixes deprecation warnings and we don't need it anyway
|
2021-01-22 21:57:17 +01:00 |
|
Pooya Parsa
|
fff38618fe
|
chore: allow passing listhen options
|
2021-01-22 21:32:29 +01:00 |
|
Pooya Parsa
|
5248905dd7
|
refactor: rebrand to nitro
|
2021-01-22 20:55:59 +01:00 |
|
Pooya Parsa
|
41951c8862
|
refactor: move nuxt2 plugin to compat
|
2021-01-22 20:53:40 +01:00 |
|
Eduardo San Martin Morote
|
0b31d93892
|
fix(router): generate empty array (#133)
fix #129
|
2021-01-22 17:41:31 +01:00 |
|
Pooya Parsa
|
ba0fae74a7
|
fix: remove NuxtChild refs (#113)
|
2021-01-22 12:25:13 +01:00 |
|
Eduardo San Martin Morote
|
dc2d17baca
|
refactor: remove nuxt-child (#131)
|
2021-01-22 11:56:28 +01:00 |
|
Pooya Parsa
|
d94aec4841
|
fix: fix _interopDefault implementation
|
2021-01-21 15:49:34 +01:00 |
|
Pooya Parsa
|
4f09b514f1
|
fix: _interopDefault potential cjs files
|
2021-01-21 15:46:05 +01:00 |
|
Pooya Parsa
|
0b886cf57f
|
feat: serve-placeholder
|
2021-01-21 14:21:33 +01:00 |
|
Pooya Parsa
|
a6936ff8c6
|
fix: default value for template path
|
2021-01-21 14:07:48 +01:00 |
|
Xin Du (Clark)
|
0ebab89014
|
update getSigmaContext name (#73)
|
2021-01-21 01:58:43 +01:00 |
|
Xin Du (Clark)
|
f4e15196b2
|
fix error message in rollup and server (#72)
|
2021-01-20 23:09:22 +01:00 |
|
Xin Du (Clark)
|
2186d953d0
|
fix: update documentPath with updated buildDir (#70)
|
2021-01-20 23:08:54 +01:00 |
|
Pooya Parsa
|
776e12f362
|
chore: fix lint issues
|
2021-01-20 21:02:43 +01:00 |
|
Pooya Parsa
|
a8fc68fec0
|
chore: remove unused utils
|
2021-01-20 20:54:13 +01:00 |
|
Pooya Parsa
|
2fe8b62b93
|
chore: fix lint error
|
2021-01-20 20:46:19 +01:00 |
|
Daniel Roe
|
3f99bb7878
|
feat: add support for useHead (#122)
* feat: add support for `useHead`
* chore: use sigma@75
Co-authored-by: Pooya Parsa <pyapar@gmail.com>
|
2021-01-20 20:17:36 +01:00 |
|
Pooya Parsa
|
6e9be0eece
|
feat: support ssrContext.head
Co-Authored-By: Daniel Roe <daniel@roe.dev>
|
2021-01-20 20:13:28 +01:00 |
|