mirror of
https://github.com/captbaritone/webamp.git
synced 2026-01-23 02:15:01 +00:00
Upgrade all the Babel (#648)
* Upgrade all the Babel * Generate reports when we deploy * Remove extra export
This commit is contained in:
parent
48a31c5501
commit
baca3d650b
7 changed files with 1009 additions and 781 deletions
|
|
@ -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"
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue