diff --git a/.gitignore b/.gitignore index 75d54370..3a809ec8 100644 --- a/.gitignore +++ b/.gitignore @@ -5,8 +5,6 @@ /**/node_modules web-frontend/.yarn/install-state.gz - - # Added by cargo /target diff --git a/web-frontend/rollup.config.js b/web-frontend/rollup.config.js index d2f38c90..ce57f407 100644 --- a/web-frontend/rollup.config.js +++ b/web-frontend/rollup.config.js @@ -39,7 +39,7 @@ export default { input: 'src/main.ts', output: { sourcemap: true, - format: 'iife', + format: 'umd', name: 'app', file: 'public/build/bundle.js', },