Skip to content

Commit 2fc8b53

Browse files
committed
replace rollup with rolldown
1 parent 2bef621 commit 2fc8b53

File tree

5 files changed

+4224
-603
lines changed

5 files changed

+4224
-603
lines changed

build/rollup_plugin_minify_style_spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import {Plugin} from 'rollup';
1+
import {Plugin} from 'rolldown';
22

33
function replacer(key: string, value: any) {
44
return (key === 'doc' || key === 'example' || key === 'sdk-support') ? undefined : value;

0 commit comments

Comments
 (0)