Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

major issues with moment #65

Closed
evaletolab opened this issue Jan 15, 2018 · 0 comments
Closed

major issues with moment #65

evaletolab opened this issue Jan 15, 2018 · 0 comments

Comments

@evaletolab
Copy link
Contributor

evaletolab commented Jan 15, 2018

Get issue with moment break everything !

ERROR: moment has no default export

BUILD ERROR
Cannot call a namespace ('moment')
Error: Cannot call a namespace ('moment')
// Cannot call a namespace ('moment')
// import * as moment from 'moment';
import  moment from 'moment';
import 'moment/locale/fr';

Exclude locales (heavy weight)

Exclude locales

plugins: [
  new webpack.ContextReplacementPlugin(/moment[\/\\]locale$/, /en|es|fr/),
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant