globalize-webpack-plugin icon indicating copy to clipboard operation
globalize-webpack-plugin copied to clipboard

Support for ES6 import syntax.

Open jstephenson opened this issue 8 years ago • 1 comments

It seems require('globalize'); is required to trigger the magic. I'd be great to also be able to use import Globalize from 'globalize'; ‒ the former sticks out a bit in our codebase right now.

Took a little bit to figure out this was my problem!

jstephenson avatar Apr 19 '18 16:04 jstephenson

Just spent a horrific amount of time trying to figure out why the plugin was telling me that no formatters have been provided. This got me a bit further to a complaint about keys. Definitely needs sorting.

SteveLillis avatar May 04 '18 14:05 SteveLillis