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
There's not a strong reference to intl because it is only loaded when needed. This works fine with a real module loader, but not so much with webpack, which is only a bundler and requires it to be in the bundle. I'm not a webpack expert, but you will need to somehow tell it to include intl in the bundle.
Hi, I this might be related to this #61, but there is no information there on how to solve it, at least not with webpack.
The plugin is throwing an error when trying to load the intl polyfill (in per ex, safari)
I just used the fresh webpack-skeleton and installed the plugin
npm install aurelia-i18n --save
then configured
webpack.config.js
withand included the plugin
When I run
npm run dev
, it runs fine on browsers that support intl api on browsers that don't, it's failing to load the polyfill."Cannot find module './intl'."
Any ideas?
Thanks!
The text was updated successfully, but these errors were encountered: