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
After trying to upgrade from webpack 1 to 4 with babel 7, I can't run my application. I'm getting formatLocal is no a function, when I try to use the package as I used to.
after browsing the source files loaded to chrome, I see that phone-format-exports.js but I feels like webpack can't match phoneformat.js import to phone-format-exports.js file.
Did anyone succeed in running phoneformat.js on modern bundle systems?
Thanks!
The text was updated successfully, but these errors were encountered:
After trying to upgrade from webpack 1 to 4 with babel 7, I can't run my application. I'm getting formatLocal is no a function, when I try to use the package as I used to.
after browsing the source files loaded to chrome, I see that phone-format-exports.js but I feels like webpack can't match phoneformat.js import to phone-format-exports.js file.
Did anyone succeed in running phoneformat.js on modern bundle systems?
Thanks!
The text was updated successfully, but these errors were encountered: