Skip to content

Commit

Permalink
Aug 4, 2024, 12:38 PM
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Aug 4, 2024
1 parent 7ce1b5e commit 6e329d8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ export default [
presets: ['@babel/preset-env'],
extensions: ['.js', '.ts'],
}),
nodeResolve({
extensions: ['.js', '.ts'] // Add any other extensions you're using
}),
// nodeResolve({
// extensions: ['.js', '.ts'] // Add any other extensions you're using
// }),
],
},
{
Expand Down

0 comments on commit 6e329d8

Please sign in to comment.