standard-loader
standard-loader copied to clipboard
How to ignore some files or dir?
I tried like below, but it does not work.
{
loader: 'standard-loader',
options: {
parser: 'babel-eslint',
"ignore": [
"../src/static/"
]
}
}