GitHub user garrensmith opened a pull request:
https://github.com/apache/couchdb-fauxton/pull/868
Update to webpack 2
This upgrades to webpack 2. Webpack 2 makes it a little easier to do
certain things. One of them is to split the bundle.js into three separate files:
* manifest.js -> webpack loader file
* vendor.js -> all required libraries
* bundle.js -> Fauxton code
Each file also has a a hash applied to it based on the file contents. This
should improve caching and load times for Fauxton as the manifest file and
vendor file will not change as often as the bundle file.
Webpack is now also generating the html file, this was previously done in
grunt.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/garrensmith/couchdb-fauxton
update-to-webpack-2
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/couchdb-fauxton/pull/868.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #868
----
commit 6146fbe6a76ec6c462894b16124ec4b4abbbf5ce
Author: Garren Smith <[email protected]>
Date: 2017-03-14T09:08:03Z
dev working
commit b30d5210ef3bd0546ff5a23dbb593abeef1a9878
Author: Garren Smith <[email protected]>
Date: 2017-03-14T12:18:38Z
up configs updated
commit b994c3abbcdf4168756999783c8d5befd6e95780
Author: Garren Smith <[email protected]>
Date: 2017-03-14T13:58:30Z
start vendor section
commit b4dd0bc961422b5d590482c18f167525997eae3b
Author: Garren Smith <[email protected]>
Date: 2017-03-15T15:12:48Z
initial working for dev and release
commit 3ca454989768b4281ff3cabcb7086f93384c0160
Author: Garren Smith <[email protected]>
Date: 2017-03-16T09:28:46Z
upgrade to webpack 2
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---