Remove jQuery
This commit is contained in:
parent
b78c04c694
commit
ee54faf65f
|
@ -20,7 +20,6 @@
|
||||||
"eslint-plugin-standard": "^4.0.0",
|
"eslint-plugin-standard": "^4.0.0",
|
||||||
"eslint-plugin-vue": "^5.2.2",
|
"eslint-plugin-vue": "^5.2.2",
|
||||||
"highlightjs": "^9.10.0",
|
"highlightjs": "^9.10.0",
|
||||||
"jquery": "^3.3.1",
|
|
||||||
"laravel-mix": "^2.1.11",
|
"laravel-mix": "^2.1.11",
|
||||||
"laravel-mix-purgecss": "^4.1.0",
|
"laravel-mix-purgecss": "^4.1.0",
|
||||||
"postcss-nested": "^4.1.2",
|
"postcss-nested": "^4.1.2",
|
||||||
|
|
|
@ -9,10 +9,7 @@ mix.postCss('assets/css/app.css', 'source/dist/css', [
|
||||||
require('tailwindcss')('tailwind.config.js'),
|
require('tailwindcss')('tailwind.config.js'),
|
||||||
])
|
])
|
||||||
|
|
||||||
mix.js([
|
mix.js('assets/js/app.js', 'source/dist/js')
|
||||||
'node_modules/jquery/src/jquery.js',
|
|
||||||
'assets/js/app.js',
|
|
||||||
], 'source/dist/js/app.js')
|
|
||||||
|
|
||||||
mix.browserSync({
|
mix.browserSync({
|
||||||
proxy: 'localhost:8000',
|
proxy: 'localhost:8000',
|
||||||
|
|
|
@ -4263,11 +4263,6 @@ isstream@~0.1.2:
|
||||||
resolved "https://registry.yarnpkg.com/isstream/-/isstream-0.1.2.tgz#47e63f7af55afa6f92e1500e690eb8b8529c099a"
|
resolved "https://registry.yarnpkg.com/isstream/-/isstream-0.1.2.tgz#47e63f7af55afa6f92e1500e690eb8b8529c099a"
|
||||||
integrity sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo=
|
integrity sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo=
|
||||||
|
|
||||||
jquery@^3.3.1:
|
|
||||||
version "3.3.1"
|
|
||||||
resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.3.1.tgz#958ce29e81c9790f31be7792df5d4d95fc57fbca"
|
|
||||||
integrity sha512-Ubldcmxp5np52/ENotGxlLe6aGMvmF4R8S6tZjsP6Knsaxd/xp3Zrh50cG93lR6nPXyUFwzN3ZSOQI0wRJNdGg==
|
|
||||||
|
|
||||||
js-base64@^2.1.8, js-base64@^2.1.9:
|
js-base64@^2.1.8, js-base64@^2.1.9:
|
||||||
version "2.5.0"
|
version "2.5.0"
|
||||||
resolved "https://registry.yarnpkg.com/js-base64/-/js-base64-2.5.0.tgz#42255ba183ab67ce59a0dee640afdc00ab5ae93e"
|
resolved "https://registry.yarnpkg.com/js-base64/-/js-base64-2.5.0.tgz#42255ba183ab67ce59a0dee640afdc00ab5ae93e"
|
||||||
|
|
Reference in a new issue