Nuxt/test/fixtures/basic
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
..
assets fix(nuxt3): use shared module for dynamic paths (#3757) 2022-03-22 16:51:26 +01:00
components feat: support reactivity transform (#3737) 2022-03-17 23:17:59 +01:00
composables test: add more tests (#3392) 2022-02-25 21:14:53 +01:00
layouts test: add more tests (#3532) 2022-03-08 19:03:21 +01:00
middleware test: add more tests (#3532) 2022-03-08 19:03:21 +01:00
modules fix: clean up some type issues and add type test suite (#3199) 2022-02-15 10:50:11 +01:00
other-components-folder fix(nuxt3): generate imports for components with named exports correctly (#3288) 2022-02-17 15:23:55 +01:00
pages fix(nuxt3): use shared module for dynamic paths (#3757) 2022-03-22 16:51:26 +01:00
plugins test: add more tests (#3532) 2022-03-08 19:03:21 +01:00
public fix(nuxt3): use shared module for dynamic paths (#3757) 2022-03-22 16:51:26 +01:00
server/api test: add more tests (#3532) 2022-03-08 19:03:21 +01:00
nuxt.config.ts feat: support reactivity transform (#3737) 2022-03-17 23:17:59 +01:00
package.json docs: use nuxi everywhere (#1577) 2021-10-29 12:38:22 +02:00
tsconfig.json fix: clean up some type issues and add type test suite (#3199) 2022-02-15 10:50:11 +01:00
types.ts refactor: add some more explicit types (#3721) 2022-03-16 23:44:22 +01:00