module.exports = {
content: ['.vuepress/dist/*.html'],
css: ['.vuepress/dist/assets/css/*.css'],
}
Actual
Results in Error: ENOENT: no such file or directory, open '.vuepress/dist/assets/css/*.css'
Before you open an issue, please check if a similar issue already exists or has been closed before.
Expected
Not throw error at https://github.com/FullHuman/purgecss/blob/master/src/index.js#L116
Version: 0.21.0
The glob is resolved using the CLI magically somehow.
Actual
Results in
Error: ENOENT: no such file or directory, open '.vuepress/dist/assets/css/*.css'Before you open an issue, please check if a similar issue already exists or has been closed before.
Expected
Not throw error at https://github.com/FullHuman/purgecss/blob/master/src/index.js#L116
Version: 0.21.0
The glob is resolved using the CLI magically somehow.