diff --git a/content/roadmaps/100-frontend/content/110-build-tools/101-module-bundlers/102-rollup.md b/content/roadmaps/100-frontend/content/110-build-tools/101-module-bundlers/102-rollup.md index 0e695daed..76969f6d3 100644 --- a/content/roadmaps/100-frontend/content/110-build-tools/101-module-bundlers/102-rollup.md +++ b/content/roadmaps/100-frontend/content/110-build-tools/101-module-bundlers/102-rollup.md @@ -4,5 +4,5 @@ Rollup is a module bundler for JavaScript which compiles small pieces of code in Free Content -Official Website and Docs +Official Website and Docs How to Set Up JavaScript Bundling Using Rollup diff --git a/content/roadmaps/100-frontend/content/110-build-tools/101-module-bundlers/104-vite.md b/content/roadmaps/100-frontend/content/110-build-tools/101-module-bundlers/104-vite.md index 97144ede7..45e317c3f 100644 --- a/content/roadmaps/100-frontend/content/110-build-tools/101-module-bundlers/104-vite.md +++ b/content/roadmaps/100-frontend/content/110-build-tools/101-module-bundlers/104-vite.md @@ -4,5 +4,5 @@ Vite is a build tool that aims to provide a faster and leaner development experi Free Content Vite Website -Vite Documentation +Vite Documentation Vite Crash Course diff --git a/content/roadmaps/100-frontend/content/110-build-tools/101-module-bundlers/readme.md b/content/roadmaps/100-frontend/content/110-build-tools/101-module-bundlers/readme.md index 4872b33c8..38b19c220 100644 --- a/content/roadmaps/100-frontend/content/110-build-tools/101-module-bundlers/readme.md +++ b/content/roadmaps/100-frontend/content/110-build-tools/101-module-bundlers/readme.md @@ -6,6 +6,6 @@ It usually starts with an entry file, and from there it bundles up all of the co Free Content -Module Bundlers Explained Let’s learn how module bundlers work +Module Bundlers Explained