mirror of
https://github.com/wassname/react-webpack-template.git
synced 2026-06-27 18:25:20 +08:00
fix eslint-loader path error
This commit is contained in:
+1
-1
@@ -35,7 +35,7 @@ module.exports = {
|
||||
preLoaders: [
|
||||
{
|
||||
test: /\.(js|jsx)$/,
|
||||
include: path.join(__dirname, 'src'),
|
||||
include: srcPath,
|
||||
loader: 'eslint-loader'
|
||||
}
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user