Skip to content
| Marketplace
Sign in
Visual Studio>Tools>Rollup Task Runner
Rollup Task Runner

Rollup Task Runner

Mads Kristensen

|
4,538 installs
| (1) | Free
Task Runner Explorer support for Rollup.js - The next generation JavaScript module bundler.
Download

Task Runner Explorer support for Rollup.js - The next generation JavaScript module bundler.

See the change log for changes and road map.

Prerequisites

Make sure that Rollup.js is installed globally using npm:

npm install rollup -g

That's all the requirements needed to use this extension.

Features

  • Task Runner Explorer integration
  • Bindings to Visual Studio events supported
  • Various CLI switches supported
  • Requires rollup.config.js file in root of project or solution

Task Runner Explorer

When a project or solution contains a file named rollup.config.js, the Task Runner Explorer will load the relevant Rollup.js tasks:

Task Runner Explorer

If it finds other configuration files starting with rollup.config. in the same directory as rollup.config.js then it will display each of those files under each task node.

This allows you to run the tasks for a particular configuration file.

Event bindings

Any task can be associated with a Visual Studio event, such as Project Open. Simply right-click a task in Task Runner Explorer to set the bindings.

Bindings

CLI switches

On the left side of Task Runner Explorer, buttons are present to apply switches to the commands. The switches are:

Sourcemap - Generates sourcemap files (--sourcemap)

Disable use strict - Disables "use strict" (--no-strict)

Disable indentation - No indentation in generated code (--no-indent)

NoConflict - Generates a NoConflict method for UMD globals (--no-conflict)

Contribute

Check out the contribution guidelines if you want to contribute to this project.

For cloning and building this project yourself, make sure to install the Extensibility Tools 2015 extension for Visual Studio which enables some features used by this project.

License

Apache 2.0

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft