We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9724b6 commit f56d4a2Copy full SHA for f56d4a2
README.md
@@ -60,7 +60,6 @@ module.exports = webpack({
60
plugins: [
61
new ReactRouterPathExtractorWebpackPlugin(
62
'./src/routes.js',
63
- {errorPath: 'notFound'},
64
function (paths) {
65
/*
66
The callback receives a flat array of paths, e.g.
0 commit comments