fix(container-creation): preserve network aliases (#3401)

This commit is contained in:
William
2019-11-28 09:35:14 +13:00
committed by Anthony Lapenna
parent 7f54584ed6
commit 61c38534a7
3 changed files with 17 additions and 7 deletions

View File

@@ -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),