yoho
|
c942465f79
|
chore: remove extra space (#3597)
|
2022-03-11 09:07:26 +01:00 |
|
Daniel Roe
|
73ba30fb69
|
refactor(schema,webpack)!: split out webpack and postcss build options (#2812)
* refactor: split out webpack and postcss build options
* feat(schema): set nuxt3 builder in config
* fix(schema): default postcss config file to false
* chore: update lockfile
* style: remove unused imports
* refactor(webpack): remove (previously disabled) babel config
* refactor: move shared vite options into schema
* fix(schema): omit __NUXT_BASE__ from defaults
* fix: move appDir-dependent options back to vite
* refactor: split out virtual modules
* refactor: extract compile/createDevMiddleware
* refactor: further improvements
* chore: remove `@nuxt/webpack-builder` dependency
* chore: update lockfile
* refactor: move `builder` option to top level
* fix: bind close to watcher instance
* chore: update lockfile
* fix: create portal between postcss & build.postcss.postcssOptions
* fix: remove duplicate
* fix: revert
* fix: use `postcss` directly
* fix: import builder from rootDir
* chore: dedupe webpack install
* test: update fixture to use `builder`
* fix: bind class in pify
Co-authored-by: Pooya Parsa <pyapar@gmail.com>
|
2022-02-25 20:11:01 +01:00 |
|
Daniel Roe
|
e45a780714
|
fix(vite,webpack): disable async entrypoint by default (#3375)
* fix(vite): don't use async entry
* fix: use async entry when built
* refactor: default to sync entry, with option to enable async
* refactor: move to experimental.asyncEntry
* Update packages/webpack/src/presets/base.ts
Co-authored-by: pooya parsa <pyapar@gmail.com>
* Update packages/vite/src/vite.ts
Co-authored-by: pooya parsa <pyapar@gmail.com>
* style: remove double space
Co-authored-by: pooya parsa <pyapar@gmail.com>
|
2022-02-25 13:42:34 +01:00 |
|
Anthony Fu
|
467ab693b9
|
feat: shared logger and silent test logs (#3259)
Co-authored-by: pooya parsa <pyapar@gmail.com>
|
2022-02-16 22:34:32 +01:00 |
|
Daniel Roe
|
965f2abaee
|
feat(nuxt3): middleware type generation improvements (#2945)
|
2022-01-27 12:13:32 +01:00 |
|
Daniel Roe
|
d07d572263
|
feat: improve base url options (#2655)
|
2022-01-18 17:59:14 +01:00 |
|
pooya parsa
|
c288907f72
|
fix(webpack): import esbuild-loader as commonjs (#2460)
|
2021-12-20 13:00:27 +01:00 |
|
sanfengliao
|
cad09fe9b3
|
fix(webpack): remove MiniCssExtractPlugin.loader options (#2217) (#2218)
Co-authored-by: sanfordliao <sanfordliao@tencent.com>
|
2021-11-30 16:39:45 +01:00 |
|
Xin Du (Clark)
|
080f497eee
|
fix(webpack): support jsx syntax in esbuild (#1014)
|
2021-10-14 15:21:55 +02:00 |
|
pooya parsa
|
6e496373f3
|
feat: use native esm for all packages (#539)
|
2021-10-02 18:01:17 +02:00 |
|
Anthony Fu
|
e13baf9867
|
feat(nuxt3): remove <script setup> transform and prefer top level await (#579)
Co-authored-by: Pooya Parsa <pyapar@gmail.com>
|
2021-09-30 20:19:55 +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 |
|
Anthony Fu
|
c8f8691496
|
fix: workaround for vue/server-renderer import, close #563 (#566)
|
2021-09-24 11:49:04 +02:00 |
|
Xin Du (Clark)
|
d05d8821a0
|
feat(webpack): bring back postcss and postcss-loader (#532)
|
2021-09-17 18:20:05 +02:00 |
|
Daniel Roe
|
193d7bf8bc
|
feat: use webpack esm server build (#474)
|
2021-09-05 22:33:24 +02:00 |
|
Daniel Roe
|
bb757045ec
|
fix(webpack): use cjs for emitted webpack files (#395)
|
2021-07-28 14:00:39 +02:00 |
|
Daniel Roe
|
f980ef235f
|
fix(app): separate plugin entrypoints (#366)
|
2021-07-23 16:58:38 +02:00 |
|
pooya parsa
|
bec2720930
|
feat: use virtual filesystem for templates (#292)
Co-authored-by: Daniel Roe <daniel@roe.dev>
|
2021-07-15 12:18:34 +02:00 |
|
Daniel Roe
|
0a3041cdf9
|
fix: allow use of nuxt3 in non-wsl windows environment (#308)
|
2021-07-12 12:54:24 +02:00 |
|
Anthony Fu
|
11a5a3e14f
|
feat(app): make asyncData working with <script setup nuxt> (#220)
|
2021-06-16 14:42:58 +02:00 |
|
Pooya Parsa
|
6b62d456d7
|
feat: optional pages and refactor nuxt3 (#142)
|
2021-05-20 13:42:41 +02:00 |
|
pooya parsa
|
9732d63c74
|
feat: update vite implementation (#130)
|
2021-04-29 13:51:54 +02:00 |
|
Pooya Parsa
|
f723cc6fcd
|
chore: disable webpack fs cache
|
2021-04-28 16:50:41 +02:00 |
|
pooya parsa
|
de9dffb0d6
|
chore: migrate to unenv and mkbuild 0.2 (#108)
|
2021-04-21 17:10:53 +02:00 |
|
Pooya Parsa
|
5d5183ee82
|
perf(webpack): use fs cache by default
|
2021-04-04 14:28:55 +02:00 |
|
pooya parsa
|
f47808f59a
|
refactor: extract vite and webpack builders (#45)
|
2021-04-03 15:38:07 +02:00 |
|