🐞 Bug report
Command (mark with an x)
Is this a regression?
Yes, the previous version in which this bug was not present was: .8.x
Description
The following warning appears on production builds:
kamik@RED-X1C6 MINGW64 /d/sandbox/super-productivity (update-9)
$ yarn buildFrontend --output-path dist-ivy
yarn run v1.17.3
$ node --max_old_space_size=4096 ./node_modules/@angular/cli/bin/ng build --aot --prod --output-path dist-ivy
69% building 889/891 modules 2 active ....js??ref--18-0!D:\sandbox\super-productivity\node_modules\@ngtools\webpack\src\index.js!D:\sandbox\super-productivity\src\app\core\compression\lz.worker.ts 69% building 1154/1157 modules 3 active ...-18-0!D:\sandbox\super-productivity\node_modules\@ngtools\webpack\src\index.js!D:\sandbox\super-productivity\src\app\features\reminder\reminder.worker.ts
chunk {0} runtime.0f9d2f90a0d2148a4e14.js, runtime.0f9d2f90a0d2148a4e14.js.map (runtime) 1.51 kB [entry] [rendered]
chunk {1} main.9009a33894da809485f9.js, main.9009a33894da809485f9.js.map (main) 3.33 MB [initial] [rendered]
chunk {2} polyfills.75f8db4dd1e518a7835b.js, polyfills.75f8db4dd1e518a7835b.js.map (polyfills) 121 kB [initial] [rendered]
chunk {3} polyfills-es5.aca657e0425e42bebda6.js, polyfills-es5.aca657e0425e42bebda6.js.map (polyfills-es5) 201 kB [initial] [rendered]
chunk {4} styles.c5a09efce74a2a2c2e94.css, styles.c5a09efce74a2a2c2e94.css.map (styles) 167 kB [initial] [rendered]
Date: 2019-11-14T13:28:02.212Z - Hash: c21370451102fb263dbb - Time: 154136ms
WARNING in Conflict: Multiple assets emit different content to the same filename 3rdpartylicenses.txt
Done in 165.04s.
🔬 Minimal Reproduction
module.exports = {
packages: {
'angular2-promise-buttons': {
entryPoints: { '.': { override: {module: undefined} } }
}
}
};
- build with either Ivy oe VE
🔥 Exception or Error
WARNING in Conflict: Multiple assets emit different content to the same filename 3rdpartylicenses.txt
🌍 Your Environment
Angular CLI: 9.0.0-rc.2
Node: 10.16.0
OS: win32 x64
Angular: 9.0.0-rc.2
... animations, cli, common, compiler, compiler-cli, core, forms
... language-service, platform-browser, platform-browser-dynamic
... platform-server, router, service-worker
Package Version
------------------------------------------------------------
@angular-devkit/architect 0.900.0-rc.2
@angular-devkit/build-angular 0.900.0-rc.2
@angular-devkit/build-optimizer 0.900.0-rc.2
@angular-devkit/build-webpack 0.900.0-rc.2
@angular-devkit/core 9.0.0-rc.2
@angular-devkit/schematics 9.0.0-rc.2
@angular/cdk 9.0.0-rc.1
@angular/material 9.0.0-rc.1
@angular/material-moment-adapter 9.0.0-rc.1
@ngtools/webpack 9.0.0-rc.2
@schematics/angular 8.3.8
@schematics/update 0.900.0-rc.2
rxjs 6.5.3
typescript 3.6.4
webpack 4.41.2
🐞 Bug report
Command (mark with an
x)Is this a regression?
Yes, the previous version in which this bug was not present was: .8.xDescription
The following warning appears on production builds:
🔬 Minimal Reproduction
ngcc.onfig.js🔥 Exception or Error
🌍 Your Environment