Skip to content
This repository was archived by the owner on Sep 24, 2024. It is now read-only.

Commit 94e2484

Browse files
committed
bundle css into bundle file
1 parent 9073732 commit 94e2484

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

vue.config.js

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
module.exports = {
2+
// bundle css into commonjs bundle
3+
css: { extract: false },
4+
};

0 commit comments

Comments
 (0)