Results 9 comments of Reda

I also encountered this problem. ERROR in ./src/example/exampleTemplate/App.vue Module Error (from ./node_modules/vue-loader/lib/index.js): vue-loader was used without the corresponding plugin. Make sure to include VueLoaderPlugin in your webpack config. Error: vue-loader...

I checked these Plugins' Libraries, but it doesn't work even using a single module.exports: [stylelint-scss/selector-no-redundant-nesting-selector](https://github.com/stylelint-scss/stylelint-scss/blob/master/src/rules/selector-no-redundant-nesting-selector/index.js#L88-L90) Is there any other possibility?

uh, I created a new project to test this, looks like it still doesn't work: Is it related to my environment?

Look this, I got these messages without terminal command but automatic verification: [block-no-empty](https://stylelint.docschina.org/user-guide/rules/block-no-empty/) is a rule, it worked; [selector-no-redundant-nesting-selector](https://github.com/stylelint-scss/stylelint-scss/blob/master/src/rules/selector-no-redundant-nesting-selector/index.js) and [at-rule-no-unknown](https://github.com/stylelint-scss/stylelint-scss/blob/master/src/rules/at-rule-no-unknown/index.js) are plugins of [stylelint-scss](https://github.com/stylelint-scss/stylelint-scss), they didn't work.

> stylelint/vscode-stylelint#416 Ok, I'll try it, thanks.

I updated stylelint's version to 14.10.0, and it worked in my custom plugins library. Thank you(@ybiquitous @jeddy3 ).

I also encountered the same problem, Is there any method to place overflowbutton before customization?