Skip to content

Commit

Permalink
refactor: 💡 modify rollup config
Browse files Browse the repository at this point in the history
  • Loading branch information
huyikai committed Dec 22, 2023
1 parent d4d92d6 commit 7aec899
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@huyikai/vitepress-helper/rollup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { fileURLToPath } from 'url';
import fs from 'fs';
import path from 'path';
import terser from '@rollup/plugin-terser';
import typescript from 'rollup-plugin-typescript2';
import typescript from '@rollup/plugin-typescript';

const __dirname = path.dirname(fileURLToPath(import.meta.url));
const replaceVersion = () => {
Expand Down

0 comments on commit 7aec899

Please sign in to comment.