purge deprecated
This commit is contained in:
parent
4d995b6ea0
commit
c5e8081238
1 changed files with 1 additions and 3 deletions
|
@ -1,6 +1,4 @@
|
|||
module.exports = {
|
||||
purge: {
|
||||
content: ['./src/index.html', './src/**/*.{vue,svelte,js,ts}'],
|
||||
},
|
||||
content: ['./src/index.html', './src/**/*.{vue,svelte,js,ts}'],
|
||||
plugins: [],
|
||||
}
|
Loading…
Reference in a new issue