fes.js/packages/fes-plugin-windicss/windi.config.js

9 lines
299 B
JavaScript
Raw Normal View History

2021-11-17 22:48:56 +08:00
export default {
extract: {
// A common use case is scanning files from the root directory
2021-11-18 14:58:18 +08:00
include: ['**/*.{vue,jsx,js,ts,tsx}'],
2021-11-17 22:48:56 +08:00
// if you are excluding files, make sure you always include node_modules and .git
exclude: ['node_modules', '.git', 'dist']
}
};