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 f49798c commit 524ce29Copy full SHA for 524ce29
components/page/page.jsx
@@ -6,6 +6,7 @@ import Sidecar from '../sidecar/sidecar';
6
import Contributors from '../contributors/contributors';
7
import './page-style';
8
import '../sidebar/sidebar-style';
9
+import { trimEnd } from 'lodash';
10
11
export default ({ section, page }) => {
12
let edit = `https://github.com/webpack/webpack.js.org/edit/develop/content/${trimEnd(page.url, '/')}.md`;
0 commit comments