]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commit
fix: use the "env" babel preset for browserify transformation
authorNicolas Coden <nicolas@ncoden.fr>
Sat, 2 Jun 2018 18:43:57 +0000 (20:43 +0200)
committerNicolas Coden <nicolas@ncoden.fr>
Sat, 2 Jun 2018 18:43:57 +0000 (20:43 +0200)
commit4174473b31b701d40208e4b70b730abf7e7ca63d
tree3b334a4140d2a3305ac181d796ebb0017de99646
parent4a32c423255a06561353c2a89e5f121d79357fb3
fix: use the "env" babel preset for browserify transformation

Foundation now require the `env` babel preset with a browserlist, but browserify config is oudated and still uses the `es2015` preset.

Changes:
* use the `env` babel prese for browserify transformation instead of `es2015`
.browserslistrc [new file with mode: 0644]
package.json