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

Add webpack 5 support #158

Closed
wants to merge 1 commit into from
Closed

Add webpack 5 support #158

wants to merge 1 commit into from

Conversation

chamboug
Copy link

@chamboug chamboug commented Nov 4, 2020

Reference Issue

#136

What does it fix?

The current vuetify-loader is not compatible with webpack 5. This PR adds webpack 5 support.

Any other comments?

Strongly inspired by vuejs/vue-loader#1613

@chamboug chamboug mentioned this pull request Nov 6, 2020
@icleolion icleolion mentioned this pull request Nov 13, 2020
options
},
{
loader: 'url-loader',
Copy link

@merceyz merceyz Dec 23, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All of these loaders needs to be resolved up front using require.resolve

Ref https://yarnpkg.com/advanced/rulebook#packages-should-only-ever-require-what-they-formally-list-in-their-dependencies

@KaelWD KaelWD closed this Jan 6, 2021
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.

3 participants