You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// When extracting parts from the source vue file, we want to apply the// loaders chained before vue-loader, but exclude some loaders that simply// produces side effects such as linting. This is a hard-coded list and// hopefully eslint-loader is the only one.
I think it is reasonable to make the list configurable.
for example, In my project, I use htmlhint-loader as preloader before vue-loader to import *.vue
webpack.base.config.js in the vue-cli based project