Command
build
Is this a regression?
The previous version in which this bug was not present was
v14
Description
I am having a local library with dynamic imports, if i am trying to build that library i am having the following error
Invalid value for option "output.file" - when building multiple chunks, the "output.dir" option must be used, not "output.file". To inline dynamic imports, set the "inlineDynamicImports" option.
Minimal Reproduction
Build a local library with dynamic imports, it will start producing this error.
Exception or Error
Invalid value for option "output.file" - when building multiple chunks, the "output.dir" option must be used, not "output.file". To inline dynamic imports, set the "inlineDynamicImports" option.
Your Environment
Angular CLI: 13.2.3
Node: 16.13.0
Package Manager: npm 8.1.2
OS: win32 x64
Angular:
...
Package Version
------------------------------------------------------
@angular-devkit/architect 0.1302.3 (cli-only)
@angular-devkit/core 13.2.3 (cli-only)
@angular-devkit/schematics 13.2.3 (cli-only)
@schematics/angular 13.2.3 (cli-only)
Anything else relevant?
--
Command
build
Is this a regression?
The previous version in which this bug was not present was
v14
Description
I am having a local library with dynamic imports, if i am trying to build that library i am having the following error
Invalid value for option "output.file" - when building multiple chunks, the "output.dir" option must be used, not "output.file". To inline dynamic imports, set the "inlineDynamicImports" option.
Minimal Reproduction
Build a local library with dynamic imports, it will start producing this error.
Exception or Error
Your Environment
Anything else relevant?
--