You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to use the newest version of this library in my project but it seems that the UMD packaging doesn't work with webpack. I've received the following error:
WARNING in ./node_modules/lehrenfried-simple-opening-hours/dist/simple-opening-hours.js 3:24-31
Critical dependency: require function is used in a way in which dependencies cannot be statically extracted
When I set the tsc packaging to commonjs it works. Not sure if that is the right settings though.
Besides, the examples work with neither packaging.
The text was updated successfully, but these errors were encountered:
I was trying to use the newest version of this library in my project but it seems that the UMD packaging doesn't work with webpack. I've received the following error:
When I set the tsc packaging to
commonjs
it works. Not sure if that is the right settings though.Besides, the examples work with neither packaging.
The text was updated successfully, but these errors were encountered: