andywer / webpack-blocks

📦 Configure webpack using functional feature blocks.
MIT License
2.97k stars 94 forks source link

Fix a skipped test #279

Closed vlad-zhukov closed 6 years ago

vlad-zhukov commented 6 years ago

While working on it I found out Extract Text Plugin is deprecated for webpack 4 and they suggest to use mini-css-extract-plugin.

andywer commented 6 years ago

Tests fail, because of prettier if I see that correctly. Any idea?

andywer commented 6 years ago

Btw, very good point. We should switch to using the mini-css-extract-plugin... 👍

vlad-zhukov commented 6 years ago

All errors have been fixed.

@andywer I forgot to run Prettier and ESLint before committing 😐