Extract all the things
This commit is contained in:
parent
8b6c43cadd
commit
4adffb4f31
|
@ -8,7 +8,7 @@ mix.disableNotifications()
|
||||||
require('tailwindcss')('tailwind.config.js'),
|
require('tailwindcss')('tailwind.config.js'),
|
||||||
require('postcss-nested')(),
|
require('postcss-nested')(),
|
||||||
])
|
])
|
||||||
.extract(['highlightjs', 'vue'])
|
.extract()
|
||||||
.js('resources/js/app.js', 'source/dist/js')
|
.js('resources/js/app.js', 'source/dist/js')
|
||||||
.browserSync({
|
.browserSync({
|
||||||
proxy: 'localhost:8000',
|
proxy: 'localhost:8000',
|
||||||
|
|
Loading…
Reference in a new issue