From b5527d5d00a10d55dc53aac3a1b49faec8fea0a4 Mon Sep 17 00:00:00 2001 From: Archit Sharma <74408634+iArchitSharma@users.noreply.github.com> Date: Sat, 12 Feb 2022 16:56:53 +0700 Subject: [PATCH] Added resources for Rollup (#1130) * Added resources for Rollup * Update content/roadmaps/100-frontend/content/110-build-tools/101-module-bundlers/102-rollup.md Co-authored-by: Kamran Ahmed --- .../110-build-tools/101-module-bundlers/102-rollup.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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 264fe197f..0e695daed 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 @@ -1 +1,8 @@ -# Rollup \ No newline at end of file +# Rollup + +Rollup is a module bundler for JavaScript which compiles small pieces of code into something larger and more complex, such as a library or application. + +Free Content + +Official Website and Docs +How to Set Up JavaScript Bundling Using Rollup