Skip to content

Commit

Permalink
bundle rollup for browser (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
kwasniew authored Dec 9, 2022
1 parent 815ac4b commit f0d5397
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ build/
node_modules/
.vscode/
coverage/
.idea
1 change: 1 addition & 0 deletions rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ export default {
plugins: [
nodePolyfills(),
resolve({
browser: true
}),
commonjs({ // rollup-plugin-commonjs
include: 'node_modules/**'
Expand Down

0 comments on commit f0d5397

Please sign in to comment.