Commit Graph

850 Commits

Author SHA1 Message Date
Daniel Roe 771e72b1b5
chore(nitro): no longer need to inline `ohmyfetch` (#407) 2021-08-09 17:46:03 +02:00
Anthony Fu fce147f177
feat: support `options.css` (#418) 2021-08-09 17:42:52 +02:00
Daniel Roe 52a2fff31c
fix(cli): don't let changes within `buildDir` trigger nuxt reload (#420) 2021-08-09 15:01:08 +02:00
Xin Du (Clark) bf3f72e24e
fix(kit): default config value in dev/prod mode (#405) 2021-07-31 21:26:41 +01:00
Xin Du (Clark) 5a1ccec61f
fix(webpack): enable minimize for client production bundles (#404) 2021-07-31 21:26:32 +01:00
Anthony Fu 403ee671eb chore: apply lint 2021-08-01 02:20:18 +08:00
Sébastien Chopin 7fc312940a
docs: readme improvements 2021-07-30 18:46:25 +02:00
Sébastien Chopin 32cc017c26
docs: improvements 2021-07-30 18:40:50 +02:00
Pooya Parsa ee8eaef7ab chore: update release-edge script 2021-07-29 16:13:10 +02:00
Daniel Roe 858e31c7fc
fix(nitro): promisify proxy handler (#398) 2021-07-28 19:24:19 +02:00
Matt Kane 4a989e9b7a
fix(nitro): detect `NETLIFY_LOCAL` (#400) 2021-07-28 18:42:59 +02:00
Anthony Fu 8e5e229031
feat(components): build time sync loader (#383) 2021-07-28 14:11:32 +02:00
Daniel Roe bb757045ec
fix(webpack): use cjs for emitted webpack files (#395) 2021-07-28 14:00:39 +02:00
renovate[bot] f6f7d771ee
chore(deps): update all non-major dependencies (#389)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-07-28 13:52:01 +02:00
Daniel Roe 2da82ce5cf
feat(meta): add default head values (#382)
Co-authored-by: Pooya Parsa <pyapar@gmail.com>
2021-07-28 13:48:17 +02:00
pooya parsa cc212cedc8
refactor: improved template utils (#393) 2021-07-28 13:35:24 +02:00
Daniel Roe c9ed8bc341
fix(nitro): import externals as esm namespace (#394)
[workaround]
2021-07-28 09:58:07 +02:00
Yaël Guilloux f028719e7a
chore(docs): update docs to @docus (#390) 2021-07-28 09:50:09 +02:00
Daniel Roe bbfa41f811
fix(nitro): handle ssr redirects (#392) 2021-07-27 15:55:01 +02:00
renovate[bot] ef0190be02
chore(deps): update devdependency eslint-plugin-jsdoc to v36 (#373)
[skip-release]
2021-07-26 22:27:14 +02:00
renovate[bot] 2e2a09968a
chore(deps): update dependency @rollup/plugin-commonjs to ^19.0.2 (#384)
[skip-release]
2021-07-26 22:26:56 +02:00
Daniel Roe d841673e9c
chore: upgrade to yarn v3 (#388)
[skip-release]
2021-07-26 22:14:31 +02:00
pooya parsa 9fd1f10ec2
refactor: simplify `docs/` directory (#387) 2021-07-26 22:03:39 +02:00
Anthony Fu 0e93d752fd
feat(kit): `extendWebpackConfig` and `extendViteConfig` utils (#386) 2021-07-26 21:06:27 +02:00
Daniel Roe 57a2974450
feat(cli): add `prepare` command to stub module types (#370)
Co-authored-by: Pooya Parsa <pyapar@gmail.com>
2021-07-26 16:46:19 +02:00
Daniel Roe 8c09d05ad2
refactor: improve cli and kit types (#369)
[skip-release] 

Co-authored-by: Pooya Parsa <pyapar@gmail.com>
2021-07-26 16:04:35 +02:00
renovate[bot] b3526ba0a4
chore(deps): update all non-major dependencies (#371)
[skip-release]
2021-07-26 15:44:55 +02:00
Daniel Roe 956f442e29
fix(nitro): filter out duplicate imports (#378) 2021-07-26 15:44:35 +02:00
Matt Kane bad2a74805
fix(nitro): disable `moduleSideEffects` by default (#377) 2021-07-26 13:32:35 +02:00
Anthony Fu 864d2683ab
feat(kit): `addWebpackPlugin` and `addVitePlugin` utils (#368) 2021-07-26 12:45:42 +02:00
Matt Kane e43e9cf71a
fix(nitro): generate correct netlify entrypoint (#372) 2021-07-26 12:37:39 +02:00
renovate[bot] a57b9e1887
chore(deps): update all non-major dependencies (#350)
[skip-release]
2021-07-23 17:22:54 +02:00
Daniel Roe f980ef235f
fix(app): separate plugin entrypoints (#366) 2021-07-23 16:58:38 +02:00
renovate[bot] d6d12d1b87
chore(deps): update devdependency @types/mocha to v9 (#354)
[skip-release]
2021-07-23 16:48:50 +02:00
Anthony Fu a01dd69fcc
fix(vite): prod build hang, close #336 (#361)
* fix(vite): prod build hang, close #336

* chore: update
2021-07-23 16:45:06 +02:00
Daniel Roe 928d10ab77
fix(vite): add transpile options to noExternal list (#364) 2021-07-23 16:43:06 +02:00
Daniel Roe 5d78c14ed6
fix(nuxt3): reresolve app entrypoint when changes to `app.vue` are detected (#363) 2021-07-23 16:42:49 +02:00
Daniel Roe 5d5516dd1d
feat: nitro endpoint for viewing `_vfs` (#362) 2021-07-23 16:41:36 +02:00
Pooya Parsa 7fee983b52 fix(nitro): watch .mjs and .cjs extensions (closes #352) 2021-07-22 16:25:26 +02:00
Daniel Roe 77874bf4d2
fix(app): finish hydration when the page is loaded (#346) 2021-07-21 22:06:05 +02:00
pooya parsa be255772b2
feat: support `ssr: false` (#351)
Co-Authored-By: Daniel Roe <daniel@roe.dev>
2021-07-21 22:05:22 +02:00
renovate[bot] 9c7085da58
chore(deps): update all non-major dependencies (#347)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-07-21 19:18:45 +02:00
renovate[bot] e33b6f7241
chore(deps): update dependency @rollup/plugin-replace to v3 (#338)
[skip-release]
2021-07-20 12:22:28 +02:00
renovate[bot] d7de66ae1d
chore(deps): lock file maintenance (#339)
[skip-release]
2021-07-20 12:21:56 +02:00
Daniel Roe 9d8fd61fcf
chore: update dependencies (#342)
[skip-release]
2021-07-20 12:21:30 +02:00
renovate[bot] 17a2d18486
chore(deps): update all non-major dependencies (#344)
[skip-release]
2021-07-20 12:20:35 +02:00
Daniel Roe 8d3f296e40
chore(app): entry types (#345)
[skip-release]
2021-07-20 12:20:17 +02:00
renovate[bot] 19794ddd21
chore(deps): update all non-major dependencies (#333)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-07-19 15:27:51 +02:00
Daniel Roe 64d3585959
fix(app): make `renderMeta` optional (#340) 2021-07-19 15:27:20 +02:00
Daniel Roe 98cf97d269
fix: remove vue alias (#335) 2021-07-16 11:12:11 +02:00