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

Webpack #35

Closed
Zanaxhir opened this issue Apr 26, 2023 · 1 comment
Closed

Webpack #35

Zanaxhir opened this issue Apr 26, 2023 · 1 comment
Assignees

Comments

@Zanaxhir
Copy link

"webpack": "npm run webpack:dev && npm run webpack:prod && npm run webpack:use",

Whats the point in running 3 different configs of webpack in sequence?
Especially since this command is used in the build command?

@brendanbond
Copy link

Hi @Zanaxhir thanks for the question. If you look at each webpack config, you'll see that we bundle a development version of the library, a production version of the library, and a "use" version of the library (this is old, but in essence it allows you to jump right into to using the contrib components without injecting the library into your application manually).

Obviously we probably could consolidate these, and PRs are always welcome!

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

3 participants