Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/web-frontend/rollup-…
Browse files Browse the repository at this point in the history
…3.29.5
  • Loading branch information
mpro7 authored Sep 24, 2024
2 parents e0462a1 + 27c7e21 commit f0b6cb1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
/**/node_modules
web-frontend/.yarn/install-state.gz



# Added by cargo

/target
Expand Down
2 changes: 1 addition & 1 deletion web-frontend/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export default {
input: 'src/main.ts',
output: {
sourcemap: true,
format: 'iife',
format: 'umd',
name: 'app',
file: 'public/build/bundle.js',
},
Expand Down

0 comments on commit f0b6cb1

Please sign in to comment.