Paul Renshaw
Paul Renshaw
> @paulrenshaw , when you run `bit add` with `/*`, it tries to create a component from each one of the files in that directory. In your case, when you...
It's not added as a test file. I think it's an issue with the webpack config in the vue compiler. I think it needs to use ignore-loader set to match...
It worked! I followed the instructions here https://discourse.bit.dev/t/can-i-modify-a-build-test-environments/28 as it says to in the readme for the vue compiler here https://github.com/teambit/envs/blob/master/packages/vue/readme.md i.e. I initialised a new bit workspace in a...
P.S. I think this should be added to the bit.envs/bundlers/vue component on bit so that others don't have to figure this out in future. Unless some people do want webpack...