Skip to content

Commit 6e2ae46

Browse files
committed
feat(optimizer): using rolldown instead of esbuild
1 parent 22b2994 commit 6e2ae46

File tree

12 files changed

+1443
-906
lines changed

12 files changed

+1443
-906
lines changed

packages/vite/LICENSE.md

-44
Original file line numberDiff line numberDiff line change
@@ -1006,27 +1006,6 @@ License: MIT
10061006
By: Mathias Bynens
10071007
Repository: https://github.com/mathiasbynens/cssesc.git
10081008

1009-
> Copyright Mathias Bynens <https://mathiasbynens.be/>
1010-
>
1011-
> Permission is hereby granted, free of charge, to any person obtaining
1012-
> a copy of this software and associated documentation files (the
1013-
> "Software"), to deal in the Software without restriction, including
1014-
> without limitation the rights to use, copy, modify, merge, publish,
1015-
> distribute, sublicense, and/or sell copies of the Software, and to
1016-
> permit persons to whom the Software is furnished to do so, subject to
1017-
> the following conditions:
1018-
>
1019-
> The above copyright notice and this permission notice shall be
1020-
> included in all copies or substantial portions of the Software.
1021-
>
1022-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1023-
> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1024-
> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1025-
> NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1026-
> LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1027-
> OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1028-
> WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1029-
10301009
---------------------------------------
10311010

10321011
## debug
@@ -2681,29 +2660,6 @@ License: MIT
26812660
By: Ben Briggs, Chris Eppstein
26822661
Repository: postcss/postcss-selector-parser
26832662

2684-
> Copyright (c) Ben Briggs <[email protected]> (http://beneb.info)
2685-
>
2686-
> Permission is hereby granted, free of charge, to any person
2687-
> obtaining a copy of this software and associated documentation
2688-
> files (the "Software"), to deal in the Software without
2689-
> restriction, including without limitation the rights to use,
2690-
> copy, modify, merge, publish, distribute, sublicense, and/or sell
2691-
> copies of the Software, and to permit persons to whom the
2692-
> Software is furnished to do so, subject to the following
2693-
> conditions:
2694-
>
2695-
> The above copyright notice and this permission notice shall be
2696-
> included in all copies or substantial portions of the Software.
2697-
>
2698-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
2699-
> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
2700-
> OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
2701-
> NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
2702-
> HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
2703-
> WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
2704-
> FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
2705-
> OTHER DEALINGS IN THE SOFTWARE.
2706-
27072663
---------------------------------------
27082664

27092665
## postcss-value-parser

packages/vite/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,8 @@
8787
"dependencies": {
8888
"esbuild": "^0.21.3",
8989
"postcss": "^8.4.39",
90-
"rollup": "^4.13.0"
90+
"rollup": "^4.13.0",
91+
"rolldown": "^0.10.5"
9192
},
9293
"optionalDependencies": {
9394
"fsevents": "~2.3.3"

0 commit comments

Comments
 (0)