File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed
packages/angular_devkit/build_angular/src/webpack/configs Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -415,13 +415,6 @@ export async function getCommonConfig(wco: WebpackConfigOptions): Promise<Config
415
415
{
416
416
loader : require . resolve ( '../../babel/webpack-loader' ) ,
417
417
options : {
418
- assumptions : {
419
- // Use `setPublicClassFields: true` to avoid decrease bundle sizes
420
- // when targetting ES2022+ with `useDefineForClassFields: true`.
421
- // This is because ervery property of the class will otherwise be wrapped in a `_defineProperty`.
422
- // This is not needed for TypeScript as TS itself will emit the right declaration of class properties.
423
- setPublicClassFields : true ,
424
- } ,
425
418
cacheDirectory : ( cache . enabled && path . join ( cache . path , 'babel-webpack' ) ) || false ,
426
419
aot : buildOptions . aot ,
427
420
optimize : buildOptions . buildOptimizer ,
You can’t perform that action at this time.
0 commit comments