Nuxt/packages/nitro/src
Daniel Roe 7458dd1aa6
fix(nuxt3): use shared module for dynamic paths (#3757)
* test: add tests for dynamic paths + relative assets

Co-authored-by: Anthony Fu <hi@antfu.me>

* fix: rework client config and use shared module for dynamic paths

* resolves webpack public path regression

* refactor: use more similar names to nitro equivalent

* fix: align config exports

* refactor: remove `__` prefix within dynamic paths module

* refactor: use '#_config' to indicate internal alias

* Update packages/nuxt3/src/core/templates.ts

Co-authored-by: pooya parsa <pyapar@gmail.com>

* refactor: use `#_config` alias and rename to `paths.mjs`

Co-authored-by: Anthony Fu <hi@antfu.me>
Co-authored-by: pooya parsa <pyapar@gmail.com>
2022-03-22 16:51:26 +01:00
..
presets feat: shared logger and silent test logs (#3259) 2022-02-16 22:34:32 +01:00
rollup fix(nuxt3): use shared module for dynamic paths (#3757) 2022-03-22 16:51:26 +01:00
runtime feat(vite): experimental `vite-node` support (#2795) 2022-03-11 09:41:27 +01:00
server fix: use `perfect-debounce` to handle trailing run of promise (#3679) 2022-03-16 12:11:30 +01:00
utils fix(nitro): update dot-prop import 2022-01-21 13:37:51 +01:00
build.ts fix(nitro): list global middleware before API middleware (#3795) 2022-03-22 10:50:05 +01:00
context.ts feat!(nuxt3): use individual config layers for extending (#3717) 2022-03-16 21:36:30 +01:00
dirs.ts feat: use native esm for all packages (#539) 2021-10-02 18:01:17 +02:00
index.ts types: add global and shims for app and nitro (#102) 2021-04-20 13:57:18 +02:00