Skip to content

Commit

Permalink
Update rollup.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcomac authored Nov 6, 2023
1 parent 2663501 commit 5fd0b93
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ import terser from '@rollup/plugin-terser'

export default [
{
input: 'scripts/module.js',
input: {
include: [
'scripts/*.js',
'scripts/*/*.js'
]
},
plugins: [
commonjs(),
resolve({ browser: true })
Expand All @@ -19,4 +24,4 @@ export default [
sourcemap: true
}
}
]
]

0 comments on commit 5fd0b93

Please sign in to comment.