Skip to content

Commit 1b09b89

Browse files
fix: configure and document webpack transpilation (#172)
* fix: configure and document webpack transpilation * Update src/mdx-pages/guides/webpack.mdx Co-authored-by: Phil Hale <philjhale@gmail.com> --------- Co-authored-by: Phil Hale <philjhale@gmail.com>
1 parent 3ee1916 commit 1b09b89

File tree

6 files changed

+14934
-13332
lines changed

6 files changed

+14934
-13332
lines changed

package-lock.json

Lines changed: 3 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,18 @@
7070
},
7171
"repository": {
7272
"type": "git",
73-
"url": "https://github.com/gatsbyjs/gatsby-starter-default"
73+
"url": "https://github.com/videojs/videojs.com"
7474
},
7575
"bugs": {
76-
"url": "https://github.com/gatsbyjs/gatsby/issues"
77-
}
76+
"url": "https://github.com/videojs/videojs.com/issues"
77+
},
78+
"browserslist": [
79+
">0.2%",
80+
"not dead",
81+
"not op_mini all",
82+
"not safari < 10",
83+
"not chrome < 51",
84+
"not android < 5",
85+
"not ie < 12"
86+
]
7887
}

0 commit comments

Comments
 (0)