You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I added CollapseWhitespace::class on kernel.php, laravel-debugbar is not working and occurred some error on dev console like this =>
Uncaught SyntaxError: Unexpected end of input (at javascript?v=1676989262:1:302369)
(index):7 Uncaught ReferenceError: jQuery is not defined at (index):7:1737
(index):7 Uncaught ReferenceError: PhpDebugBar is not defined (index):7:31668
When I added RemoveComments::class on kernel.php, laravel-ignition is not working and occurred some error on dev console like this =>
Uncaught SyntaxError: Invalid regular expression: /,{relevance:10}),{begin:/: Unmatched ')' (at my-blade-file:152:5)
my-blade-file:157 Uncaught TypeError: window.ignite is not a function
Detailed description
Hi, I've a problem with this plugin with the following packages:
If I enable the service, those packages don't work.
How can I skip the page speed implentation for some packages?
Your environment
I've the following configurations:
The text was updated successfully, but these errors were encountered: