Nuxt/packages/nitro
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
..
src fix(nuxt3): use shared module for dynamic paths (#3757) 2022-03-22 16:51:26 +01:00
types fix: clean up some type issues and add type test suite (#3199) 2022-02-15 10:50:11 +01:00
README.md feat(nuxt3): experimental nitropack support (#3160) 2022-02-10 18:29:59 +01:00
build.config.ts feat(deps): update all non-major dependencies (#2252) 2021-12-14 16:46:05 +01:00
index.d.ts feat: support `ssr: false` (#351) 2021-07-21 22:05:22 +02:00
package.json chore(deps): update all non-major dependencies (#3788) 2022-03-22 10:57:35 +01:00

README.md

Nitro

Notice: This package is being deprecated. Read more: https://github.com/nuxt/framework/issues/3161