Kai Tran

Results 57 comments of Kai Tran

Hi @ctsenthil thanks for using my plugin! However "having issue" doesn't help me much to reproduce your problem. You've shared a large webpack config but could you specify what exactly...

Are you talking about your chunks which contains both, CSS inside of `@media` rules and without? Or do you mean that no loaders are appled to the chunks which are...

That's weird... if it removes the code from your original sass file, then it should definitely appear somewhere because it doesn't remove any code without being able to save it...

Hi @Capricair have you tried to extend the webpack config of nuxt? https://nuxtjs.org/docs/configuration-glossary/configuration-build/#extend

Hi @robhalkema-pbx this seems to be related to https://github.com/SassNinja/media-query-plugin/issues/17 The problem is no loaders get applied to the generated media chunks. I've to do some research to find a solution...

Hi @barcadictni thanks for your issue I haven't worked with Laravel Mix yet, however according to [what I read](https://laravel.com/docs/8.x/mix) it seems similar to [Symfony's Encore](https://symfony.com/doc/current/frontend.html) which is working ([example](https://github.com/SassNinja/media-query-plugin/tree/master/examples/webpack_encore)) So...

Hi @demianrenzulli thanks for your issue! 1) file loader I have to check this myself... thinking about [url loader](https://github.com/webpack-contrib/url-loader) as a solution but needs to be tested 2) viewport specific...

The file-loaader problem is definitely a bug. I've found out now loaders get applied to the media chunks. Not sure how easily this can be fixed... needs more research. I'll...

Hi @Reynicke thanks for your issue! I've been able to reproduce the error though I don't know the reason yet. Maybe stylelint doesn't like the created chunk with the extracted...

@mintymatt thanks for using my plugin I've tried to reproduce your reported bug but without success: watch mode is working fine and doesn't cause duplicate extraction code As I can...