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
Hi, I love this library a lot and want to use it in my production environment.
Right now I have this library as dependency and I am trying to packaging my application with webpack. Webpack complains about the dynamic require issues.
The default behavior of webpack is create a context object pointing to the current directory which in this case will not resolve the dependency.
Any ideas on improving this?
Thanks.
WARNING in ./~/npdynamodb/lib/migrate/migrator.js
Critical dependencies:
139:27-59 the request of a dependency is an expression
175:15-33 the request of a dependency is an expression
@ ./~/npdynamodb/lib/migrate/migrator.js 139:27-59 175:15-33
WARNING in ./~/npdynamodb/lib/dialects/2012-08-10/api.js
Critical dependencies:
16:11-37 the request of a dependency is an expression
22:13-40 the request of a dependency is an expression
@ ./~/npdynamodb/lib/dialects/2012-08-10/api.js 16:11-37 22:13-40
The text was updated successfully, but these errors were encountered:
Hi, I love this library a lot and want to use it in my production environment.
Right now I have this library as dependency and I am trying to packaging my application with webpack. Webpack complains about the dynamic require issues.
The default behavior of webpack is create a context object pointing to the current directory which in this case will not resolve the dependency.
Any ideas on improving this?
Thanks.
The text was updated successfully, but these errors were encountered: