Timo Laak

Results 3 issues of Timo Laak

WebpackShellPlugin is causing a warning with Webpack 4. When I run `node --trace-deprecation ./node_modules/.bin/webpack`I get this: ``` (node:83992) DeprecationWarning: Tapable.plugin is deprecated. Use new API on `.hooks` instead at WebpackShellPlugin.apply...

I'm trying to setup prettier-stylelint, but I'm getting an error that says: ```stylelint: stylelint v3+ requires plugins to expose a ruleName. The plugin "/Users/username/projectdir/node_modules/prettier-stylelint/index.js" is not doing this, so will...

The library is using Compass `image-url($path, $only-path, $cache-buster)` function without second and third argument, which means that it will always create a cache buster hash in the end of the...