performance test
This commit is contained in:
parent
7fd2416533
commit
a4c984a9eb
3 changed files with 19 additions and 1 deletions
13
public/build/assets/jqfix-XQjGhjYs.js
Normal file
13
public/build/assets/jqfix-XQjGhjYs.js
Normal file
File diff suppressed because one or more lines are too long
|
@ -24,6 +24,11 @@
|
|||
"isEntry": true,
|
||||
"src": "resources/js/img.js"
|
||||
},
|
||||
"resources/js/jqfix.js": {
|
||||
"file": "assets/jqfix-XQjGhjYs.js",
|
||||
"isEntry": true,
|
||||
"src": "resources/js/jqfix.js"
|
||||
},
|
||||
"resources/js/load-more.js": {
|
||||
"file": "assets/load-more-IW-QvNJd.js",
|
||||
"imports": [
|
||||
|
|
|
@ -39,7 +39,7 @@ export default defineConfig({
|
|||
'resources/js/home.js',
|
||||
'resources/js/watch.js',
|
||||
'resources/js/load-more.js',
|
||||
// 'resources/js/jqfix.js',
|
||||
'resources/js/jqfix.js',
|
||||
// 'resources/js/components/Player.js',
|
||||
],
|
||||
refresh: {paths:['./resources/*','./resources/views/*','./resources/views/*/*', './resources/scss/*', './resources/js/*'], config:true},
|
||||
|
|
Loading…
Reference in a new issue