We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48ecee5 commit f7bbce7Copy full SHA for f7bbce7
src/server.jsx
@@ -16,11 +16,7 @@ const bundles = [
16
'/index.bundle.js'
17
];
18
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).
+// Export method for `SSGPlugin`
24
export default locals => {
25
let { assets } = locals.webpackStats.compilation;
26
0 commit comments