Skip to content

Commit f7bbce7

Browse files
committed
chore: remove obsolete todo
1 parent 48ecee5 commit f7bbce7

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/server.jsx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,7 @@ const bundles = [
1616
'/index.bundle.js'
1717
];
1818

19-
// Export method for `StaticSiteGeneratorPlugin`
20-
// CONSIDER: How high can we mount `Site` into the DOM hierarchy? If
21-
// we could start at `<html>`, much of this could be moved to the `Site`
22-
// component itself (allowing easier utilization of page data for title,
23-
// description, etc).
19+
// Export method for `SSGPlugin`
2420
export default locals => {
2521
let { assets } = locals.webpackStats.compilation;
2622

0 commit comments

Comments
 (0)