File tree Expand file tree Collapse file tree 4 files changed +100
-258
lines changed
dev-packages/rollup-utils/plugins Expand file tree Collapse file tree 4 files changed +100
-258
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ import terser from '@rollup/plugin-terser';
1818 *
1919 * @param title The title to use for the SDK, if not the package name
2020 * @param version The version of the SDK
21- * @returns An instance of the `rollup-plugin-license` plugin
2221 */
2322export function makeBannerOptions ( title , version ) {
2423 const commitHash = childProcess . execSync ( 'git rev-parse --short HEAD' , { encoding : 'utf-8' } ) . trim ( ) ;
Original file line number Diff line number Diff line change 11/**
2- * Rollup plugin hooks docs: https://rollupjs.org/guide/en/#build-hooks and
3- * https://rollupjs.org/guide/en/#output-generation-hooks
4- *
5- * Cleanup plugin docs: https://github.com/aMarCruz/rollup-plugin-cleanup
6- * Replace plugin docs: https://github.com/rollup/plugins/tree/master/packages/replace
7- * Sucrase plugin docs: https://github.com/rollup/plugins/tree/master/packages/sucrase
2+ * Replace plugin docs: https://rolldown.rs/builtin-plugins/replace#replace-plugin
83 */
94
105import { replacePlugin } from 'rolldown/plugins' ;
Original file line number Diff line number Diff line change 122122 "prettier" : " ^3.6.2" ,
123123 "prettier-plugin-astro" : " ^0.14.1" ,
124124 "rimraf" : " ^5.0.10" ,
125- "rolldown" : " ^1.0.0-beta.49" ,
126- "rollup-plugin-cleanup" : " ^3.2.1" ,
127- "rollup-plugin-license" : " ^3.3.1" ,
125+ "rolldown" : " ^1.0.0-beta.50" ,
128126 "size-limit" : " ~11.1.6" ,
129127 "sucrase" : " ^3.35.0" ,
130128 "ts-node" : " 10.9.1" ,
You can’t perform that action at this time.
0 commit comments