merge branch heads and added ui-polyfill

This commit is contained in:
Sebastian Sdorra
2019-10-11 07:34:19 +02:00
parent 3b3d842fc9
commit 49a7aab45c
6 changed files with 50 additions and 11 deletions

View File

@@ -34,12 +34,7 @@ module.exports = {
use: {
loader: "babel-loader",
options: {
presets: [
"@babel/preset-env",
"@babel/preset-react",
"@babel/preset-flow"
],
plugins: ["@babel/plugin-proposal-class-properties"]
presets: ["@scm-manager/babel-preset"]
}
}
},
@@ -61,7 +56,13 @@ module.exports = {
]
},
output: {
path: path.join(__dirname, "target", "scm-git-plugin-2.0.0-SNAPSHOT", "webapp", "assets"),
path: path.join(
__dirname,
"target",
"scm-git-plugin-2.0.0-SNAPSHOT",
"webapp",
"assets"
),
filename: "[name].bundle.js",
library: "scm-git-plugin",
libraryTarget: "amd"