mirror of
https://github.com/portainer/portainer.git
synced 2025-11-26 14:06:05 +08:00
fix(container-creation): preserve network aliases (#3401)
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user