globalizejs / globalizejs/globalize

Webpack not working without plugin ?

Open
#814 2 comments 4 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
4.8k
Forks
585
PR merge metrics
No merged PRs in 30d

Description

When comment out
```
new GlobalizePlugin({
developmentLocale: "en",
})
```
i have webpack errors
```
RROR in ./node_modules/globalize/dist/globalize.js
Module not found: Error: Can't resolve 'cldr' in '/Users/butuzgol/Desktop/revvy-ui/docs/node_modules/globalize/dist'
@ ./node_modules/globalize/dist/globalize.js 22:2-25:14
@ ./node_modules/globalize/dist/globalize/unit.js
@ ./node_modules/globalize/dist/node-main.js
@ ./src/components/BadgeExamples.js
@ ./src/App.js
@ ./src/index.js
```

Is there any way to use without plugin ?

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.