I`ve got uncaught error, after connecting sass-lint-webpack to webpack.config.dev.js from Create React App
Simply add this to webpack.config.dev.js:
const SassLintPlugin = require('sass-lint-webpack')
and
new SassLintPlugin()
and then after run yarn start
- I've got the error: "Cannot read property 'compilation' of undefined"
Any ideas how to resolve it?