inertiajs / pingcrm

A demo application to illustrate how Inertia.js works.
http://demo.inertiajs.com
MIT License
2.14k stars 781 forks source link

Corrected chunk filname #113

Closed ghost closed 3 years ago

ghost commented 3 years ago

Sets a sane default for correct chunk filenames using the Webpack 5 chunkFilename function.

ghost commented 3 years ago

Looks like I jumped the gun on this PR, as sadly it only works in dev, running in production doesn't give the full path of the file to transform. Closing for now.