Skip to content

Commit

Permalink
fix: configure and document webpack transpilation (#172)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
mister-ben and philjhale authored May 3, 2023
1 parent 3ee1916 commit 1b09b89
Show file tree
Hide file tree
Showing 6 changed files with 14,934 additions and 13,332 deletions.
16 changes: 3 additions & 13 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 12 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,18 @@
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-default"
"url": "https://github.com/videojs/videojs.com"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
"url": "https://github.com/videojs/videojs.com/issues"
},
"browserslist": [
">0.2%",
"not dead",
"not op_mini all",
"not safari < 10",
"not chrome < 51",
"not android < 5",
"not ie < 12"
]
}
Loading

0 comments on commit 1b09b89

Please sign in to comment.