Skip to content

0.1

Compare
Choose a tag to compare
@michaeldyrynda michaeldyrynda released this 14 Aug 02:42
· 25 commits to master since this release
4a88334

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 the babelConfig method in the webpack.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