Skip to content

Commit

Permalink
Fix/building docs (phoenixframework#3088)
Browse files Browse the repository at this point in the history
* Fix building docs with babel 7

documentation.js required version 6 of babel, but phoenix has migrated to
version 7. To fix this, the dependency has been updated to
v9.0.0-alpha.0 which supports the latest babel.

Although this is an alpha dependency, it is specific to building the
docs, so as long as they build correctly, I don't see a huge issue with
it, it is preferable to downgrading babel.

* Update version in assets/package.json

This version is used when building the documentation. It has also been
added to the list of files with a version in RELEASE.md
  • Loading branch information
Gazler authored and chrismccord committed Oct 12, 2018
1 parent ff9abf0 commit f4ca2bd
Show file tree
Hide file tree
Showing 3 changed files with 3,002 additions and 2,705 deletions.
1 change: 1 addition & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,5 @@
* `installer/mix.exs`
* `installer/README.md`
* `package.json`
* `assets/package.json`
* `guides/introduction/installation.md`
Loading

0 comments on commit f4ca2bd

Please sign in to comment.