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

Use chainWebpack instead of configureWebpack to add Loader plugin #51

Merged
merged 1 commit into from
Oct 23, 2018
Merged

Use chainWebpack instead of configureWebpack to add Loader plugin #51

merged 1 commit into from
Oct 23, 2018

Conversation

LinusBorg
Copy link
Contributor

This is a better practice since now end users can use the chainWepack API to access this plugin, e.g. to remove it, or pass options to it once (if ever) the plugin supports that.

I realize that this is not a very significant change for the moment but as a general rule it's better to use chainWebpack as a plugin author to give the maximum control over the resulting config to the end user.

@johnleider
Copy link
Member

I'm flattered! Thank you very much for your contribution.

@johnleider johnleider merged commit a029a72 into vuetifyjs:dev Oct 23, 2018
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

Successfully merging this pull request may close these issues.

2 participants