cakephp-vite icon indicating copy to clipboard operation
cakephp-vite copied to clipboard

Remove files to be rendered as an attr in script tag

Open sergioalcaraz opened this issue 1 year ago • 0 comments

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" ... >

sergioalcaraz avatar Mar 20 '24 18:03 sergioalcaraz