Open ButuzGOL opened 6 years ago
The module is written to primarily support AMD modules (require.js) by the looks and has a special mapping set in its build.
To fix this issue using webpack you can add this to your webpack.config.js:
alias: {
'cldr$': 'cldrjs',
'cldr': 'cldrjs/dist/cldr'
}
See this issue for more info: https://github.com/globalizejs/globalize/issues/603
alias: { 'cldr$': 'cldrjs', 'cldr': 'cldrjs/dist/cldr' }
Thank you!
When comment out
i have webpack errors
Is there any way to use without plugin ?