Skip to content

Instantly share code, notes, and snippets.

@octogonz
Created July 17, 2020 06:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save octogonz/571408f7403d8060b96ef2fd04a5c69f to your computer and use it in GitHub Desktop.
Save octogonz/571408f7403d8060b96ef2fd04a5c69f to your computer and use it in GitHub Desktop.
Plugin Description
ApiExtractorPlugin Implements the [api-extractor]({% link pages/heft_tasks/api-extractor.md %}) task
BasicConfigureWebpackPlugin Loads the configuration for the [webpack]({% link pages/heft_tasks/webpack.md %}) task
CleanPlugin Deletes temporary files from a previous build
CopyStaticAssetsPlugin Implements the [copy-static-assets]({% link pages/heft_tasks/copy-static-assets.md %}) task
JestPlugin Implements the [jest]({% link pages/heft_tasks/jest.md %}) task
PackageJsonConfigurationPlugin Disables the [typescript]({% link pages/heft_tasks/typescript.md %}) tasks's symlinking optimization for published projects, because publishing workflows do not handle symlinks properly
ProjectActionConfigurationFilesPlugin Reads project-specific config files for Heft "actions" such as clean.json, typescript.json, copy-static-assets.json, and webpack.json
RushActionConfigurationFilesPlugin Reads Rush monorepo config files for Heft "actions" such as clean.json, typescript.json, copy-static-assets.json, and webpack.json
TypeScriptPlugin Implements the [typescript]({% link pages/heft_tasks/typescript.md %}), [eslint]({% link pages/heft_tasks/eslint.md %}), and [tslint]({% link pages/heft_tasks/tslint.md %}) tasks
WebpackPlugin Implements the [webpack]({% link pages/heft_tasks/webpack.md %}) task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment