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
A Webpack error is produced when attempting to build projects containing this module:
WARNING in ./~/moment-precise-range-plugin/moment-precise-range.js
Critical dependencies:
1:37-44 require function is used in a way in which dependencies cannot be statically extracted
@ ./~/moment-precise-range-plugin/moment-precise-range.js 1:37-44
The issue goes away if you make this change; while still retaining the original purpose of checking for require (i.e. to ensure it can be called).
0 commit comments