Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not specifying '.json' on package require will cause some webpack builds to fail #20

Open
pselle opened this issue Nov 4, 2018 · 0 comments

Comments

@pselle
Copy link
Contributor

pselle commented Nov 4, 2018

A user using webpack reported that they needed to add the following:

resolve: {
   extensions: ['.js', '.json']
}

For this plugin to work; if we specify the .json extension on the package require (which is done to get library version and other metadata), this should alleviate this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant