extract css by rollup plugin

This commit is contained in:
Yanzhen Yu
2026-04-01 12:00:00 +08:00
parent d1baeff34f
commit b6d8a7dc95
3 changed files with 42 additions and 5 deletions

View File

@@ -16,6 +16,7 @@ import {
missingNode,
} from '../types';
import { mirror } from '../utils';
import './styles/style.css';
// https://github.com/rollup/rollup/issues/1267#issuecomment-296395734
// tslint:disable-next-line