Add rollup-plugin-dts and @babel/plugin-proposal-decorators.

Review Request #12792 — Created Jan. 20, 2023 and submitted

chipx86
beanbag-frontend-buildkit
master
beanbag-misc

This introduces two new plugins to frontend-buildkit:

  • rollup-plugin-dts: Compiles a tree of TypeScript declaration files
    to a single file for export.

  • @babel/plugin-proposal-decorators: Enables decorator support in
    JavaScript.

As these are new additions, this bumps the package version to 1.1.0.

Built the plugin and verified the new dependencies.

Summary
Add rollup-plugin-dts and @babel/plugin-proposal-decorators.
david
  1. Ship It!
  2. 
      
chipx86
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to master (ff62e0f)
Loading...