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

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

Information

beanbag-frontend-buildkit
master

Reviewers

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.

Diff Revision 1 (Latest)

Commits

First Last Summary ID Author
Add rollup-plugin-dts and @babel/plugin-proposal-decorators.
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.
e938c2da764644e1590a3b4fe6178ad801b073a9 Christian Hammond
README.md
package.json
package-lock.json
Loading...