Skip to content

Commit f56d4a2

Browse files
remove errorPath from options
1 parent f9724b6 commit f56d4a2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

README.md

-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ module.exports = webpack({
6060
plugins: [
6161
new ReactRouterPathExtractorWebpackPlugin(
6262
'./src/routes.js',
63-
{errorPath: 'notFound'},
6463
function (paths) {
6564
/*
6665
The callback receives a flat array of paths, e.g.

0 commit comments

Comments
 (0)