From db551bef8b9571b0961413dd265cdf1cb246f01b Mon Sep 17 00:00:00 2001 From: gabriel-logan Date: Fri, 26 Jul 2024 16:27:02 -0300 Subject: [PATCH] chore: add videos page with TypeScript bundle examples --- videos/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 videos/README.md diff --git a/videos/README.md b/videos/README.md new file mode 100644 index 0000000..9191161 --- /dev/null +++ b/videos/README.md @@ -0,0 +1,8 @@ +# Videos page + +## Videos list + +- Typescript + - [Rollup Configuration](https://gabriel-logan.github.io/How-To-Bundle-Examples/videos/rollup.mp4) + - [Tsup Configuration](https://gabriel-logan.github.io/How-To-Bundle-Examples/videos/tsup.mp4) + - [Webpack Configuration](https://gabriel-logan.github.io/How-To-Bundle-Examples/videos/webpack.mp4) \ No newline at end of file