lennym / moment-business-time

Query and manipulate moment objects within the scope of business/working hours
MIT License
73 stars 48 forks source link

moment.locale is not a function #29

Open froston opened 7 years ago

froston commented 7 years ago

Hi, I get this error:

import moment from 'moment-business-time';

TypeError: moment.locale is not a function ./node_modules/moment-business-time/lib/business-hours.js:5

brad-gray commented 3 years ago

I had to use an empty import to get it working - import 'moment-business-time'