Pete Jodo
Pete Jodo
Awesome. I've been wanting to help out and work on this but I've been super busy (+ a little vacation). I've actually had this tab open since I opened this...
commenting as a web dev, Foundation (and bootstrap too) may be more than you what need, not sure what requirements @vitiral is looking for. While boring, bootstrap is probably a...
Oh that's interesting. Yeah that makes sense, I'll experiment with that snippet of code and comment back on how it goes. Thanks for the tip
I believe the file name is supposed to be `src/gatsby-theme-docz/wrapper.js`. Docz picks it up but it doesn't seem to find any imports from outside the `gatsby-theme-docz` directory. I have a...
so just to make sure I understand, you want to be able to support the following? ```html ``` how do you expect to handle loading files since wasm doesn't support...
also the `post` function runs after each call to `babel.transform` so for each consecutive call, it will write all .css files processed up to that point which ends up being...
For anyone else with this issue, a temporary solution is to reset the plugin before each call so something like: ```javascript const pathToPlugin = path.resolve( process.cwd(), 'node_modules/babel-plugin-css-modules-transform/build/index.js' ); if (!!require.cache[pathToPlugin])...
Hey thanks for answering. > Yes because when you start babel-cli in normal or watch mode you don't have any way how to detect if compilation ended so I need...
@michalkvasnicak bumping specifically for this point... > > This is strange because I'm just requiring css files, so if `css-modules-require-hook` does not throw an error I don't have any way...
sorry, didn't mean to close.... pressed wrong button >.