You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(links) fix hydration overriding wrong elements of the ssr html (#3288)
* fix(links) fix hydration overriding wrong elements of the ssr html
* fix(links) fix hydration overriding, remove fragment usage
* misc(sorting) fix the bug with sorting
* Update src/utilities/content-tree-enhancers.js
Copy file name to clipboardExpand all lines: src/content/guides/scaffolding.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
1
---
2
2
title: Scaffolding
3
+
sort: 14
3
4
contributors:
4
5
- evenstensberg
5
6
- pranshuchittora
6
7
- EugeneHlushko
7
-
sort: 14
8
8
---
9
9
10
10
It can be hard to set up a complex webpack configuration for the first time. Writing advanced configurations to optimize performance is quite hard. The `init` feature is designed to support people that want to create their own configuration or initializing projects that other people create.
0 commit comments