Skip to content

Commit 5ec9d8f

Browse files
committed
chore: update example
1 parent d0991e4 commit 5ec9d8f

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

playground/mini-css/src/main.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,4 @@ if (location.search.includes('test')) {
2727
} else {
2828
import('element-plus/dist/index.css');
2929
}
30+
import './style4.scss';
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
// empty css, it will not be included in the user.js
2+
// https://github.com/lisonge/vite-plugin-monkey/issues/249

0 commit comments

Comments
 (0)