Skip to content

Webpack Bundling #48

@TaichiHo

Description

@TaichiHo

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions