Daniel Roe
|
44e3d4e87f
|
fix(vite,webpack): handle local postcss plugins (#28481)
|
2024-08-09 13:10:48 +01:00 |
|
renovate[bot]
|
17ff2d5c98
|
chore(deps): update all non-major dependencies (3.x) (#28302)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
|
2024-08-06 15:16:20 +01:00 |
|
izzy goldman
|
4391381c61
|
refactor(schema,vite,webpack): rework postcss module loading (#27946)
Co-authored-by: Daniel Roe <daniel@roe.dev>
|
2024-07-02 20:51:13 +01:00 |
|
Daniel Roe
|
2de885bab5
|
fix(nuxt): reduce usage of cjs utilities (#27642)
|
2024-06-16 00:03:24 +01:00 |
|
Daniel Roe
|
61c3a2a4cd
|
perf(webpack): decrease iteration count and improve type safety (#27488)
Co-authored-by: Michael Brevard <yonshi29@gmail.com>
|
2024-06-07 23:32:46 +01:00 |
|
Anthony Fu
|
b96b62ecd2
|
refactor: improve regexp performance (#27207)
|
2024-05-14 12:54:37 -05:00 |
|
Luke Nelson
|
306174c4d8
|
docs: add @since annotations to exported functions (#25365)
|
2024-04-19 17:58:19 +03:00 |
|
Anthony Fu
|
f209158352
|
chore: cleanup eslint rules with latest @nuxt/eslint-config (#26653)
|
2024-04-05 19:08:32 +01:00 |
|
Damian Głowala
|
a2ef3091e8
|
feat(kit,nuxt,vite,webpack): add toArray util (#24857)
|
2023-12-23 14:22:58 +00:00 |
|
Daniel Roe
|
8e44395d7a
|
fix(vite): remove postcss-url and duplicate postcss-import (#23861)
|
2023-10-25 09:38:01 +09:00 |
|
Daniel Roe
|
b63b4e58e8
|
fix(webpack): use lodash cloneDeep again (#23888)
|
2023-10-23 23:35:06 +09:00 |
|
Daniel Roe
|
6b3d0163b6
|
fix(webpack): remove lodash-es + simplify postcss resolution (#23692)
|
2023-10-16 13:54:03 +01:00 |
|
Daniel Roe
|
491ebff3b6
|
feat(schema,webpack): allow $client and $server overrides (#22304)
|
2023-07-24 20:46:09 +01:00 |
|
Daniel Roe
|
4aadfac631
|
fix(webpack): remove legacy support for build.extend (#22305)
|
2023-07-24 18:21:28 +01:00 |
|
Daniel Roe
|
9c8746f2a6
|
chore: prune internal unused code and exports (#21809)
|
2023-06-27 10:38:40 +01:00 |
|
Lehoczky Zoltán
|
7ff0c2d97a
|
fix(schema): add more explicit types for config schema (#21475)
|
2023-06-08 22:50:29 +01:00 |
|
Daniel Roe
|
ddbb847979
|
fix(webpack): warn when using deprecated build.extend hook (#20605)
|
2023-05-08 18:38:49 +01:00 |
|
Daniel Roe
|
f366ab4eb8
|
chore: remove @ts-ignore and fix some issues (#20273)
|
2023-04-14 13:53:21 +01:00 |
|
Daniel Roe
|
9878c5b6e4
|
style: enable sort-imports eslint rule (#20133)
|
2023-04-07 09:02:47 -07:00 |
|
Nathan Chase
|
13e4f8b679
|
fix: remove postcss.config from schema (#9181)
|
2022-11-19 14:49:37 +01:00 |
|
renovate[bot]
|
386407ec84
|
chore(deps): update all non-major dependencies (#7161)
|
2022-09-03 12:03:06 +02:00 |
|
Anthony Fu
|
9db2229f70
|
refactor: enable strict type checking everywhere (#6943)
|
2022-08-26 17:47:29 +02:00 |
|
Xin Du (Clark)
|
139fc11c5a
|
refactor: fix typo and code improvements (#5344)
|
2022-06-08 21:49:11 +02:00 |
|
Anthony Fu
|
256df28124
|
chore: enable typecheck ci for packages (#4664)
|
2022-04-29 11:38:22 +02: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 |
|
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 |
|
pooya parsa
|
d68318f9d5
|
refactor: split schema to @nuxt/schema and simplify kit (#2059)
|
2021-11-21 17:14:46 +01:00 |
|
Xin Du (Clark)
|
c90bc50817
|
chore(lint): improve no-unused-vars rule (#1977)
|
2021-11-17 12:21:38 +01:00 |
|
Xin Du (Clark)
|
256d9b1424
|
fix(webpack): detect postcss config and show warning (#1805)
|
2021-11-10 13:11:08 +01:00 |
|
pooya parsa
|
6e496373f3
|
feat: use native esm for all packages (#539)
|
2021-10-02 18:01:17 +02:00 |
|
pooya parsa
|
6329a681e4
|
refactor: migrate from upath to pathe (#553)
|
2021-09-27 14:49:36 +02:00 |
|
Pooya Parsa
|
57f435a59f
|
fix(webpack): typecheck postcss plugins and add missing postcss-import (resolves #544)
|
2021-09-21 19:02:45 +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
|
0a3041cdf9
|
fix: allow use of nuxt3 in non-wsl windows environment (#308)
|
2021-07-12 12:54:24 +02:00 |
|
pooya parsa
|
5aa59c2ca5
|
test: add nitro preset tests (v2 & v3) (#104)
|
2021-04-23 21:52:32 +02:00 |
|
pooya parsa
|
f47808f59a
|
refactor: extract vite and webpack builders (#45)
|
2021-04-03 15:38:07 +02:00 |
|