Skip to content

Commit

Permalink
Aug 4, 2024, 12:35 PM
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Aug 4, 2024
1 parent bdf7c9b commit 7ce1b5e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import typescript from 'rollup-plugin-typescript2'
import babel from '@rollup/plugin-babel';
import json from '@rollup/plugin-json';
import dts from 'rollup-plugin-dts';
import { nodeResolve } from '@rollup/plugin-node-resolve';

export default [
{
Expand All @@ -19,6 +20,9 @@ export default [
presets: ['@babel/preset-env'],
extensions: ['.js', '.ts'],
}),
nodeResolve({
extensions: ['.js', '.ts'] // Add any other extensions you're using
}),
],
},
{
Expand Down

0 comments on commit 7ce1b5e

Please sign in to comment.