mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-10-29 09:36:10 +01:00
added code splitting support for plugin bundles
This commit is contained in:
@@ -8,7 +8,11 @@ module.exports = [
|
||||
{
|
||||
context: root,
|
||||
entry: {
|
||||
webapp: ["./ui-webapp/src/webpack-public-path.ts", "./ui-styles/src/scm.scss", "./ui-webapp/src/index.tsx"]
|
||||
webapp: [
|
||||
path.resolve(__dirname, "webpack-public-path.js"),
|
||||
"./ui-styles/src/scm.scss",
|
||||
"./ui-webapp/src/index.tsx"
|
||||
]
|
||||
},
|
||||
devtool: "cheap-module-eval-source-map",
|
||||
target: "web",
|
||||
|
||||
Reference in New Issue
Block a user