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
Currently in the DC (Angular) build we get the following warning:
Warning: /Users/munja/git/data-controller/client/src/app/general/user-nav-dropdown/user-nav-dropdown.component.ts depends on '@sasjs/adapter'. CommonJS or AMD dependencies can cause optimization bailouts.
For more info see: https://angular.io/guide/build#configuring-commonjs-dependencies
We're currently packaging the adapter as a commonjs module for compatibility with Node - so we can use the same package in the CLI and in browser apps.
To address the warning above, we could provide ES6 modules, additionally, in the @sasjs/adapter/esm folder.
The text was updated successfully, but these errors were encountered:
Currently in the DC (Angular) build we get the following warning:
We're currently packaging the adapter as a commonjs module for compatibility with Node - so we can use the same package in the CLI and in browser apps.
To address the warning above, we could provide ES6 modules, additionally, in the @sasjs/adapter/esm folder.
The text was updated successfully, but these errors were encountered: