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

Distribute production builds or not at all #10

Open
NotWearingPants opened this issue Jun 30, 2020 · 0 comments
Open

Distribute production builds or not at all #10

NotWearingPants opened this issue Jun 30, 2020 · 0 comments

Comments

@NotWearingPants
Copy link

This npm package's main file is defined to be dist/index.js, which is generated by webpack in development mode.

Run webpack with -p or set "mode": "production" in the config.

Or just set main in package.json to be src/index.js instead, and let the webpack of the users of the package build it.

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