Nuxt/packages/webpack/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
..
configs fix(nuxt3): use shared module for dynamic paths (#3757) 2022-03-22 16:51:26 +01:00
plugins refactor(schema,webpack)!: split out webpack and postcss build options (#2812) 2022-02-25 20:11:01 +01:00
presets fix(nuxt3): use shared module for dynamic paths (#3757) 2022-03-22 16:51:26 +01:00
utils refactor(schema,webpack)!: split out webpack and postcss build options (#2812) 2022-02-25 20:11:01 +01:00
index.ts refactor: extract vite and webpack builders (#45) 2021-04-03 15:38:07 +02:00
virtual-modules.ts refactor(schema,webpack)!: split out webpack and postcss build options (#2812) 2022-02-25 20:11:01 +01:00
webpack.ts feat(webpack): add webpack:devMiddleware and webpack:hotMiddleware hooks (#3606) 2022-03-13 19:43:41 +01:00