forcedotcom / salesforcedx-templates

Salesforce Templates Node Library
BSD 3-Clause "New" or "Revised" License
80 stars 57 forks source link

chore: make templates bundle-able #593

Closed mingxuanzhangsfdx closed 3 months ago

mingxuanzhangsfdx commented 4 months ago

What does this PR do?

This PR removes the friction that blocks templates from bundling.

  1. transition the generator imports to static imports.
  2. remove the templates-bundle publishing workflow since templates will be bundle-able.

What issues does this PR fix or reference?

@W-15736930@

peternhale commented 3 months ago

QA Notes:

Linked this module to plugin-templates and smoke tested the template commands.

Smoke tests worked fine.