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
Those are untranspiled versions, which will break builds that require to run in non es6 browsers
(edge, ie11).
Please manually transpile the dependencies or require the "@feathersjs/client" version of those modules.
Webpack config isn't accessible for Angular CLI users. It is accessible using ng eject, but then the user looses all Angular CLI features, which is not recommended.
Can't we just include transpiled code in the module, which is the recommended way? Maybe in a separate module like the '@feathersjs/client' module?
This module requires:
Those are untranspiled versions, which will break builds that require to run in non es6 browsers
(edge, ie11).
Please manually transpile the dependencies or require the
"@feathersjs/client"
version of those modules.Related:
feathersjs/feathers#608
The text was updated successfully, but these errors were encountered: