Closed skipjack closed 7 years ago
See webpack/webpack.js.org#720.
I did a bit more testing, it seems just for the paths that accept an individual component and nothing more the title section of the configuration is ignored for some reason:
title
vote: { title: 'Vote', path() { return require('./components/vote/list.jsx').default } },
See that site for an example, the title is missing for all three /vote routes (and likely /organization as well).
/vote
/organization
See webpack/webpack.js.org#720.
I did a bit more testing, it seems just for the paths that accept an individual component and nothing more the
title
section of the configuration is ignored for some reason:See that site for an example, the title is missing for all three
/vote
routes (and likely/organization
as well).