Remove jQuery
This commit is contained in:
parent
b78c04c694
commit
ee54faf65f
3 changed files with 1 additions and 10 deletions
|
@ -9,10 +9,7 @@ mix.postCss('assets/css/app.css', 'source/dist/css', [
|
|||
require('tailwindcss')('tailwind.config.js'),
|
||||
])
|
||||
|
||||
mix.js([
|
||||
'node_modules/jquery/src/jquery.js',
|
||||
'assets/js/app.js',
|
||||
], 'source/dist/js/app.js')
|
||||
mix.js('assets/js/app.js', 'source/dist/js')
|
||||
|
||||
mix.browserSync({
|
||||
proxy: 'localhost:8000',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue