Migu
Migu
I am looking for this feature as well. Are you planning to release this feature or perhaps are you interested in a PR, @insin?
Hi there. Do you have JSON Viewer Chrome extension installed? In my case that's what causes the issue. Disabled it and everything works just fine.
I suppose you are using Elm Reactor to generate that code, as suggested in the docs. You should then generate production code with Elm Make and minify it. I guess...
@zgreen thanks for your quick reply. Please be aware that @ostowe's own fork should solve this issue. I've tested it locally and everything seems to work fine. Please have a...
@DanielSchaffer hi, no console errors whatsoever. Simply It does not spit out dynamic import css chunks. If I remove webpack-babel-multi-target-plugin in my example repo, everything works as expected (dynamic import...
@DanielSchaffer updated to `next.3` as you suggested, but unfortunately the build process fails this time. See log: ``` C:\Migu\webpack-babel-multi-target-plugin-test\node_modules\webpack-cli\bin\cli.js:93 throw err; ^ SyntaxError: Invalid regular expression: /node_modules\\(webpack\)-dev-server/: Unterminated group at...
@DanielSchaffer I've updated my test repo with a new branch `no-multi-target` (https://github.com/bitfella/webpack-babel-multi-target-plugin-test/tree/no-multi-target): in the latter you can see how `tabs.css` chunk is correctly generated in `dist/chunks` folder when `webpack-babel-multi-target-plugin` is...
Hi @DanielSchaffer, any update on this? Thanks
Hi @DanielSchaffer, thanks for your work! I've updated to `2.3.2-next.1` and this time dynamic import css chunks are correctly generated in the file system, BUT I am now facing a...
Hi, @DanielSchaffer thanks for the update! Just tested `2.3.2-next.2`, but nothing seems to have changed from `2.3.2-next.1` 😢 Still got one css chunk output; it is correctly imported in es5...