Replace vuejs with alpinejs

This commit is contained in:
Oliver Davies 2020-01-16 08:32:14 +00:00
parent 083637b89f
commit 778111e806
8 changed files with 21 additions and 153 deletions

View file

@ -3,7 +3,6 @@ let glob = require('glob-all')
module.exports = {
defaultExtractor: content => content.match(/[\w-/:]+(?<!:)/g) || [],
paths: () => glob.sync([
'assets/**/*.vue',
'source/**/*.{md,twig}'
])
}