Skip to content

Commit

Permalink
Aug 4, 2024, 1:01 PM
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Aug 4, 2024
1 parent a1eca39 commit ba39df5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ export default [
{ file: './dist/index.mjs', format: 'es' }
],
plugins: [
customAliases,
json(),
typescript(), // Compile TypeScript files
// babel({
Expand All @@ -45,7 +46,7 @@ export default [

// Handling extension issues
// addJsExtension(),
customAliases,

nodeResolve({
extensions: ['.js', '.ts'],
preferBuiltins: true
Expand Down

0 comments on commit ba39df5

Please sign in to comment.