Skip to content

Commit

Permalink
updated: Imrpove compatibility with rollup 4
Browse files Browse the repository at this point in the history
  • Loading branch information
GianlucaGuarini committed Oct 6, 2023
1 parent e4fe8db commit 378417e
Show file tree
Hide file tree
Showing 4 changed files with 703 additions and 437 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import riot from 'rollup-plugin-riot'
export default {
input: 'src/main.js',
output: {
file: 'dist/bundle.js'
file: 'dist/bundle.js',
},
plugins: [riot()],
}
Expand All @@ -44,7 +44,7 @@ const options = {
export default {
input: 'src/main.js',
output: {
file: 'dist/bundle.js'
file: 'dist/bundle.js',
},
plugins: [riot(options)],
}
Expand Down
Loading

0 comments on commit 378417e

Please sign in to comment.