Daniel Roe
9e67d58005
refactor(bridge): provide vue2 compat with a transform plugin ( #3886 )
2022-03-25 13:18:43 +01:00
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
Daniel Roe
8c6af7da7a
fix(nitro): support process.dev
#3601 )
2022-03-11 11:47:18 +01:00
Daniel Roe
a5e19b1c57
fix(bridge): use vue server build ( #3515 )
...
* fix(bridge): use vue server build
* fix: remove unused import
* refactor: resolve cjs version once
Co-authored-by: Pooya Parsa <pyapar@gmail.com>
2022-03-08 18:40:20 +01:00
Daniel Roe
91256f5e76
fix(nitro): handle decoding static filenames ( #3541 )
2022-03-08 18:30:46 +01:00
Daniel Roe
398b311ad6
fix(nitro): rename cold start -> nitro start ( #3528 )
2022-03-07 11:34:45 +01:00
Julian Martin
9f506ded60
fix(nitro): #3264 ( #3399 )
2022-03-03 20:35:42 +01:00
Daniel Roe
22e6c857f6
fix(nitro): replace global.
in fewer instances ( #3107 )
2022-02-07 21:50:39 +01:00
Daniel Roe
29171bd105
fix: sanitize import filenames in generated imports ( #2216 )
2022-02-07 14:45:47 +01:00
Daniel Roe
fae2179ee9
chore: replace constructors with types ( #3056 )
2022-02-03 19:02:55 +01:00
Daniel Roe
d07d572263
feat: improve base url options ( #2655 )
2022-01-18 17:59:14 +01:00
Ahad Birang
eb14eca702
fix(nitro): allow inlining subpath of externals ( #2759 )
2022-01-17 18:25:26 +01:00
Daniel Roe
4111038aa7
chore: replace substr
with slice
( #2738 )
2022-01-17 11:49:10 +01:00
renovate[bot]
4de167e246
chore(deps): update dependency globby to v12 ( #2659 )
2022-01-13 19:21:49 +01:00
Daniel Roe
c824905b99
fix(schema): handle null/undefined values in runtimeConfig
( #2456 )
2021-12-20 13:19:31 +01:00
Daniel Roe
c8e281e7b6
feat(nitro): specify packages to copy to .output/server/node_modules
( #2382 )
2021-12-20 12:03:22 +01:00
Daniel Roe
03f9cfa50b
fix(nitro): pass sourcemap option through to rollup plugins ( #2387 )
...
Co-authored-by: Matteo Rigoni <matteo.rigoni@atoms.studio>
2021-12-17 10:39:44 +01:00
Daniel Roe
fe5b5dcea6
fix(nitro): respect fs structure for traced files ( #2107 )
2021-11-23 13:02:52 +01:00
Xin Du (Clark)
a08b435f51
refactor: remove unnecessary optional chaining ( #1991 )
2021-11-17 15:37:34 +01:00
Xin Du (Clark)
c90bc50817
chore(lint): improve no-unused-vars rule ( #1977 )
2021-11-17 12:21:38 +01:00
Tobias Diez
a7eacfed88
fix(nitro): skip non existing externals ( #1876 )
...
Co-authored-by: Pooya Parsa <pyapar@gmail.com>
2021-11-15 20:13:54 +01:00
pooya parsa
c8b07a6a1c
chore: upgrade to std-env 3 ( #1665 )
2021-11-03 15:39:38 +01:00
Daniel Roe
d30f4d86d2
fix: sanitize rollup-generated filenames ( #1648 )
...
Co-authored-by: Pooya Parsa <pyapar@gmail.com>
2021-11-03 14:04:42 +01:00
Anthony Fu
aba2d224d0
fix(nitro): skip copying symlinks and directories ( #1510 )
2021-11-02 13:26:43 +01:00
Anthony Fu
0326a31990
fix(nitro): fix regex for tracedFiles scanning ( #1509 )
2021-10-27 12:53:25 +02:00
Daniel Roe
f0b9474b40
feat(nuxi): bundle analyzer ( #701 )
...
Co-authored-by: Pooya Parsa <pyapar@gmail.com>
2021-10-21 21:51:44 +02:00
Ahad Birang
3c962013b5
fix(nitro): bundle json files ( #1245 )
2021-10-20 12:13:21 +02:00
Daniel Roe
d166b78e06
feat(vite): use externality
to resolve externals for ssr dev bundler ( #1172 )
2021-10-20 11:50:29 +02:00
Daniel Roe
80883cfb8f
fix(nitro): improve externals error handling ( #1188 )
2021-10-18 18:08:37 +02:00
renovate[bot]
4f050e50bf
chore(deps): update all non-major dependencies ( #989 )
2021-10-18 10:50:46 +02:00
Daniel Roe
6acfdcd0f7
refactor(nitro): move wasm support behind a flag (nitro.experiments.wasm
) ( #1045 )
2021-10-14 20:57:23 +02:00
Pooya Parsa
961d142039
fix(nitro): table
esm compatibility ( resolves #877 )
2021-10-13 11:09:24 +02:00
Daniel Roe
a4f06716be
fix(nitro): always inline .wasm
( #698 )
2021-10-07 18:32:48 +02:00
Daniel Roe
5275624f2e
feat(nitro): support importing/inlining wasm binaries ( #693 )
2021-10-07 15:43:34 +02:00
pooya parsa
6e496373f3
feat: use native esm for all packages ( #539 )
2021-10-02 18:01:17 +02:00
Daniel Roe
f79f6fe40f
chore(nitro): upgrade unenv
and remove old workaround ( #595 )
2021-09-29 19:50:54 +02:00
Daniel Roe
0c14b0a48b
fix: workaround for vue
3.2.18+ esm bundle issue and revert #566 ( #578 ) ( #578 )
2021-09-29 13:47:36 +02:00
pooya parsa
6329a681e4
refactor: migrate from upath to pathe ( #553 )
2021-09-27 14:49:36 +02:00
Xin Du (Clark)
a137d2e5ec
feat(nitro): support esbuild options config ( #550 )
2021-09-22 16:39:54 +02:00
Ahad Birang
5394aef2f7
fix(storage): replace non-word characters with underscore ( #542 )
2021-09-21 17:05:36 +02:00
pooya parsa
820a9d0b57
feat(nitro): assets driver ( #511 )
2021-09-08 22:01:21 +02:00
renovate[bot]
9f7438afb1
chore: update all non-major dependencies and add node
to nitro external conditions ( #440 )
...
Co-authored-by: Pooya Parsa <pyapar@gmail.com>
2021-09-05 23:54:12 +02:00
pooya parsa
44458fcbbb
feat: nuxt bridge ( #459 )
2021-09-05 23:21:33 +02:00
Daniel Roe
de57626a7a
fix(nitro): emit chunk names without #
( #477 )
2021-09-05 22:48:38 +02:00
Daniel Roe
0c50af9fd5
fix(nitro): use file url for #build
alias in windows dev ( #469 )
2021-09-05 22:35:54 +02:00
Daniel Roe
193d7bf8bc
feat: use webpack esm server build ( #474 )
2021-09-05 22:33:24 +02:00
Daniel Roe
7527d30bed
fix(nitro): inject entryURL at beginning of entrypoint ( #468 )
2021-09-03 14:27:19 +02:00
pooya parsa
ee0163c273
refactor: merge modules to nuxt3
( #439 )
2021-08-11 22:28:38 +02:00
pooya parsa
3516f40e06
fix(nitro): fix EBUSY error on windows ( #425 )
2021-08-09 23:44:50 +02:00
Daniel Roe
25e96bb896
fix: windows path issues ( #408 )
2021-08-09 20:24:52 +02:00