Skip to content

Update the frontend preset for InertiaJS 0.1 #4

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Aug 14, 2019

Conversation

michaeldyrynda
Copy link
Contributor

With today's release of the first release (0.1) of InertiaJS, I've updated the version constraints of this preset to match.

  • 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

I think that is pretty much everything, but let me know if anything has been missed!

@michaeldyrynda michaeldyrynda requested a review from reinink August 13, 2019 23:55
Copy link
Collaborator

@reinink reinink left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You rock dude! 🤟

Good call removing the .babelrc file as well.

@michaeldyrynda michaeldyrynda merged commit 4a88334 into master Aug 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants