mirror of
https://github.com/portainer/portainer.git
synced 2025-07-19 05:19:39 +02:00
fix(container-creation): preserve network aliases (#3401)
This commit is contained in:
parent
7f54584ed6
commit
61c38534a7
3 changed files with 17 additions and 7 deletions
|
@ -94,7 +94,8 @@ module.exports = {
|
|||
// new BundleAnalyzerPlugin()
|
||||
new LodashModuleReplacementPlugin({
|
||||
shorthands: true,
|
||||
collections: true
|
||||
collections: true,
|
||||
paths: true
|
||||
}),
|
||||
new DefinePlugin({
|
||||
__CONFIG_GA_ID: JSON.stringify(pkg.config.GA_ID),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue