awcodes
Plugin development: JS file net::ERR_ABORTED 404 (Not Found)
Registering plugin scripts will publish them to the public folder when someone installs your plugin. During development though you need to manually publish it anytime you make changes.
8 replies
Same field in all forms/resources
Fair, but you’re still going to have to merge in any other fields or columns even with overriding the methods you would have to merge with the parent anyway. In my head, including a custom form field and a custom table column is easier and more extendable than overriding backwards. Whatever works for you though. I could very well be missing the point.
9 replies
System Overheating due to Vite CSS
You won't be running
npm run dev
on the server. That should only be used in development. And with npm run build
all the files will be built and just served as regular CSS and JS files. Also your server is going to be more powerful than your computer.
Pretty sure you'll be ok in production. 🙂5 replies