mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-17 18:51:10 +01:00
rename bundles folder into assets
This commit is contained in:
@@ -58,7 +58,7 @@ module.exports = {
|
||||
]
|
||||
},
|
||||
output: {
|
||||
path: path.resolve(__dirname, "..", "target", "bundles"),
|
||||
path: path.resolve(__dirname, "..", "target", "assets"),
|
||||
filename: "[name].bundle.js"
|
||||
},
|
||||
devServer: {
|
||||
@@ -77,6 +77,6 @@ module.exports = {
|
||||
};
|
||||
app.use(createIndexMiddleware(templatePath, renderParams));
|
||||
},
|
||||
publicPath: '/bundles/'
|
||||
publicPath: '/assets/'
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user