Upgrade all the Babel (#648)

* Upgrade all the Babel

* Generate reports when we deploy

* Remove extra export
This commit is contained in:
Jordan Eldredge 2018-08-30 06:24:19 -07:00 committed by GitHub
parent 48a31c5501
commit baca3d650b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 1009 additions and 781 deletions

View file

@ -21,7 +21,7 @@ module.exports = {
use: {
loader: "babel-loader",
options: {
forceEnv: "library"
envName: "library"
}
}
},
@ -70,6 +70,7 @@ module.exports = {
path: path.resolve(__dirname, "../built"),
filename: "webamp.[name].js",
library: "Webamp",
libraryTarget: "umd"
libraryTarget: "umd",
libraryExport: "default"
}
};