0.1
With today's release of the first release (0.1) of InertiaJS, we're bringing you the complementing Laravel frontend preset!
- The views themselves haven't changed
- I've moved the babel configuration out of
.babelrc
to thebabelConfig
method in thewebpack.mix.js
file - Imports of Inertia have been replaced by the the named export (
InertiaApp
) - Filename chunking has been updated to store the chunkhash in the query string, per inertiajs/inertia-vue#41