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

Configuring Vue Bundle #18

Open
gorkamolero opened this issue Apr 29, 2019 · 1 comment
Open

Configuring Vue Bundle #18

gorkamolero opened this issue Apr 29, 2019 · 1 comment

Comments

@gorkamolero
Copy link

Hey guys!

First, thank you for all the hard work on your bundlers. I have a question regarding the Vue bundler, which I struggled with last week.

I would like to configure the loader so that my components, by default, import .scss utilities. I normally use style-resources-loader to always load that file and configure it in a vue.config.js file, but I seem unable to make it work on the bundler.

Could you point me to any ideas on how I could achieve this?

Thanks in advance

@GiladShoham
Copy link
Member

GiladShoham commented Apr 29, 2019

Hi @gorkamolero
The best way to achieve it is probably just to fork our vue bundler and modify it.
You can read more here
https://discourse.bit.dev/t/can-i-modify-a-build-test-environments/28

We are also working at the moment on a new architecture for bit envs which will allow you to pass configuration to the compilers/testers.

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

3 participants