We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0991e4 commit 5ec9d8fCopy full SHA for 5ec9d8f
playground/mini-css/src/main.ts
@@ -27,3 +27,4 @@ if (location.search.includes('test')) {
27
} else {
28
import('element-plus/dist/index.css');
29
}
30
+import './style4.scss';
playground/mini-css/src/style4.scss
@@ -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