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

Rewrite vue-loader configs #989

Open
LinusBorg opened this issue Oct 16, 2017 · 0 comments
Open

Rewrite vue-loader configs #989

LinusBorg opened this issue Oct 16, 2017 · 0 comments

Comments

@LinusBorg
Copy link
Contributor

LinusBorg commented Oct 16, 2017

The current config is pretty complicated, if not downright cryptic, for new users.

It is that way because we wanted needed to incorporate quite a few options to make all cases (css sourcemaps: yes/no - extract-css: yes/no) work together, without too much code duplication.

But most of those things are now options that are avaiable in vue-loader itself, so the configuration could be much, much simpler.

This still leaves the configuration for the normal preprocessor loaders (e.g.for actual .scss or .less files. I intend to redo those too, and make them more explicit and easy to follow, even if that means to duplciate a few pieces of code. but maybe there's not too much to do after all, we'll see.

I will work on this after #975 has been is published.

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

No branches or pull requests

1 participant