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!
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!