mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-13 17:05:43 +01:00
merge branch heads and added ui-polyfill
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user