@wavemaker/angular-codegen 11.2.0-next.140955 → 11.2.0-next.140957

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -131,6 +131,28 @@
131
131
  "maximumWarning": "2mb"
132
132
  }
133
133
  ]
134
+ },
135
+ "local": {
136
+ "fileReplacements": [
137
+ {
138
+ "replace": "src/environments/environment.ts",
139
+ "with": "src/environments/environment.dev.ts"
140
+ }
141
+ ],
142
+ "optimization": true,
143
+ "outputHashing": "none",
144
+ "sourceMap": true,
145
+ "namedChunks": true,
146
+ "aot": true,
147
+ "extractLicenses": false,
148
+ "vendorChunk": false,
149
+ "buildOptimizer": true,
150
+ "budgets": [
151
+ {
152
+ "type": "initial",
153
+ "maximumWarning": "2mb"
154
+ }
155
+ ]
134
156
  }
135
157
  },
136
158
  "defaultConfiguration": "production"
@@ -70,7 +70,7 @@
70
70
  "tslib": "2.4.1",
71
71
  "x2js": "^3.4.4",
72
72
  "zone.js": "~0.11.4",
73
- "@wavemaker/app-ng-runtime": "11.2.0-next.140955"
73
+ "@wavemaker/app-ng-runtime": "11.2.0-next.140957"
74
74
  },
75
75
  "devDependencies": {
76
76
  "@ampproject/rollup-plugin-closure-compiler": "^0.27.0",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wavemaker/angular-codegen",
3
- "version": "11.2.0-next.140955",
3
+ "version": "11.2.0-next.140957",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {