Даниил Пронин

Results 160 comments of Даниил Пронин

@xingzichen thank you, this worked for me

Another option is to move code that imports `.css` out of `node_modules`

@morty0824 only one solution I found is to copy `.css` imports from `node_modules` to `src`. The problem is with `node_modules` folder ignored somewhere in build process, where own sources are...

no, I don't have this code in my projects

OK, so description in readme should be “delay between animation steps”? I think we should describe this in readme

Just fixed it like this: ```js const webpackConfig = Encore.getWebpackConfig() for (let rule of webpackConfig.module.rules) { if (rule.test.toString() === '/\\.vue$/') { rule.use = ['css-hot-loader'].concat(rule.use) } } ```

@Soullivaneuh cool! So it's time to upgrade to [`v0.21.0`](https://github.com/symfony/webpack-encore/releases/tag/v0.21.0) or latest version of Encore