-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels