This PR doesn't add, remove or change any features. However, it updates most of the doca project dependencies. The biggest change is the migration to Webpack2 (released today!).
It was necessary to update and release new versions of
since the API for loaders is slightly different (this.inputValue was removed). It's a minor change but I bumped their major versions, so it's clear that the update of both is needed for doca v0.1.0 (this PR). Also, both loaders are still compatible with webpack1. The only requirement is to use a matching major version since they are chained.
There are also a lot of "typo fixes" since some new eslint rules were introduced. That applies for both doca CLI itself and doca/app.
Once this PR is merged, I will update our internal cf-api and publish this package.
https://github.com/cloudflare/doca/issues/19
This PR doesn't add, remove or change any features. However, it updates most of the doca project dependencies. The biggest change is the migration to Webpack2 (released today!).
It was necessary to update and release new versions of
since the API for loaders is slightly different (
this.inputValue
was removed). It's a minor change but I bumped their major versions, so it's clear that the update of both is needed for docav0.1.0
(this PR). Also, both loaders are still compatible with webpack1. The only requirement is to use a matching major version since they are chained.There are also a lot of "typo fixes" since some new eslint rules were introduced. That applies for both
doca
CLI itself anddoca/app
.Once this PR is merged, I will update our internal
cf-api
and publish this package.