Extract all the things

This commit is contained in:
Oliver Davies 2019-07-16 23:08:20 +01:00
parent 8b6c43cadd
commit 4adffb4f31

View file

@ -8,7 +8,7 @@ mix.disableNotifications()
require('tailwindcss')('tailwind.config.js'),
require('postcss-nested')(),
])
.extract(['highlightjs', 'vue'])
.extract()
.js('resources/js/app.js', 'source/dist/js')
.browserSync({
proxy: 'localhost:8000',