Piyush Lodaya

Results 7 comments of Piyush Lodaya

Same issue with version **1.10.6**, everything works with **1.10.5**. .babelrc content: ``` { "presets": ["@babel/env"], "plugins": [ [ "babel-plugin-styled-components", { "minify": true, "transpileTemplateLiterals": true, "fileName": false, "displayName": true, "ssr": false...

@agoldis I first thought of adding something general purpose solution like "filter" option. - For CSS, child compilation name attribute is set to ` `. Example: 'mini-css-extract-plugin c:\\\\index.css' 'extract-css-chunks-webpack-plugin /root//app.css'...

@agoldis I think we should work towards proper solution. Anyways we have workaround to avoid warnings with "suppressErrors". Kindly let me know if you need any help.

@agoldis Good to know that my example repo was very helpful ! Thanks for finding some alternate way to find out exact resource path. Can you share some code snippet...

@agoldis , > That's because it needs some global variables to exist, which aren't there when used internally by other plugins. You are right, ideal solution would be inject the...

I am also facing the same issue using `[email protected]`. I have created repository with bare minimum code to reproduce this issue https://github.com/ppiyush13/microbundle-issue_825. Simply execute `npm run build` or `yarn build`...