You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When pulling in the browser version of ng2-logger in an ng9 ivy build I get this warning:
WARNING in Entry point '@acoustic-content-sdk/ng-logger' contains deep imports into '/usr/build/sites/node_modules/ng2-logger/browser'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
I think this is because ng2-logger/browser does not contain its own package.json file. Could you consider representing ng2-logger/browser using a secondary entry point instead of having to use deep imports?
When pulling in the browser version of
ng2-logger
in an ng9 ivy build I get this warning:I think this is because
ng2-logger/browser
does not contain its ownpackage.json
file. Could you consider representingng2-logger/browser
using a secondary entry point instead of having to use deep imports?https://github.com/ng-packagr/ng-packagr/blob/master/docs/secondary-entrypoints.md
The text was updated successfully, but these errors were encountered: