Add rollup-plugin-dts and @babel/plugin-proposal-decorators.
Review Request #12792 — Created Jan. 20, 2023 and submitted — Latest diff uploaded
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.