Skip to content

Commit

Permalink
fix(webpack): use cross platform path.resolve
Browse files Browse the repository at this point in the history
  • Loading branch information
mrfelton committed Dec 17, 2018
1 parent ab8a55a commit d34fcea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ module.exports = {
moduleDirectory: ['app', 'node_modules', 'app/node_modules']
},
webpack: {
config: path.resolve('./internals/webpack/webpack.config.eslint.js')
config: path.resolve(__dirname, 'internals', 'webpack', 'webpack.config.eslint.js')
}
}
}
Expand Down

0 comments on commit d34fcea

Please sign in to comment.