feathersjs-ecosystem / authentication-client

[MOVED] The authentication client
https://github.com/feathersjs/feathers
MIT License
41 stars 19 forks source link

Interpolated strings are causing issues with IE 11 #106

Closed dschnare closed 6 years ago

dschnare commented 6 years ago

Since the code base has interpolated strings throughout, when bundling with Webpack/Nextjs we can't load the client bundle in IE 11 or browsers that do not support interpolated strings. This occurs because Webpack does not compile modules installed using node_modules it just bundles them.

Related https://github.com/feathersjs/errors/pull/117 Related https://github.com/feathersjs/rest-client/issues/35

daffl commented 6 years ago

See https://github.com/feathersjs/rest-client/issues/35