Skip to content

Commit

Permalink
refactor(rollup): add consts (#94)
Browse files Browse the repository at this point in the history
Co-authored-by: Almanov Nikita <131481562+nikkeyl@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and nikkeyl authored Jul 31, 2024
1 parent ee5b9a0 commit d82ca6c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rollup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ import { minify } from 'rollup-plugin-esbuild';
import alias from '@rollup/plugin-alias';
import typescript from '@rollup/plugin-typescript';

const sourceFolder = 'src';
const types = `${sourceFolder}/types`;
const fileName = 'index';
const indexFile = `src/${fileName}.ts`;
const types = 'src/types';

export default defineConfig([
{
Expand Down

0 comments on commit d82ca6c

Please sign in to comment.