Skip to content

Commit ed52177

Browse files
committed
fix: 修正tailwind purge参数不正确的问题
1 parent 0103f6b commit ed52177

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generator/template/tailwind.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module.exports = {
22
future: {
33
purgeLayersByDefault: true,
44
},
5-
purge: [],
5+
purge: ['./src/**/*.html', './src/**/*.vue', './src/**/*.jsx', './src/**/*.tsx'],
66
theme: {
77
extend: {},
88
},

0 commit comments

Comments
 (0)