Pierre-Michel Brown

Results 7 comments of Pierre-Michel Brown

It would be really nice to add this feature: - First check if `.nvmrc` is present and use that version if the file exists (current behavior) - If not, check...

As mentioned on [stackoverflow](https://stackoverflow.com/questions/68588047/rollup-allow-export-statement-in-scss-file-to-import-in-js), I'm willing to contribute a PR to add that feature since we really need it. Looking at `css-loader` [source code](https://github.com/webpack-contrib/css-loader/blob/593c3fe16c8318f3a289c66d182aa33612c423b3/src/plugins/postcss-icss-parser.js), it uses [icss-utils](https://www.npmjs.com/package/icss-utils) which means it...

Well, I just tested `styles({ modules: true })` and I'm getting the exact behavior I was looking for and the one from `css-loader` I just described 🙈. This was _breakpoints.scss_...

@lmiller1990 It would be greatly appreciated if you could find time to review the issue and PR. It's currently blocking my team... I provided a repository to reproduce the issue...

> I gave up waiting and replaced vue-svg-loader with a minimalistic loader stored in the project itself: > > ```js > // vue-svg-loader.js > module.exports = function VueSvgLoader(svg) { >...

I had the same issue and found the solution using `optionMergeStrategies` a bit intrusive. I tried a few things and came up with this helper function which solved the problem:...

We're experiencing the same issue and the only workaround we found was to deep-clone all results coming from ApolloClient which is pretty bad for performance. Would be great to have...