cakephp-vite
cakephp-vite copied to clipboard
Remove files to be rendered as an attr in script tag
Currently, when rendering the script tag it adds the "files" parameter as an attribute, which is not necessary.
For example: <script src="path/to/file.js" files="path/to/file.js" ... >