summaryrefslogtreecommitdiff
path: root/frontend/rollup.config.js
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/rollup.config.js')
-rw-r--r--frontend/rollup.config.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/rollup.config.js b/frontend/rollup.config.js
index 360aa142..2573b8a0 100644
--- a/frontend/rollup.config.js
+++ b/frontend/rollup.config.js
@@ -11,7 +11,7 @@ import externalGlobals from 'rollup-plugin-external-globals';
const hiddenWarnings = ['THIS_IS_UNDEFINED', 'EVAL'];
export default defineConfig({
- input: 'src/index.tsx',
+ input: 'src/index.ts',
plugins: [
del({ targets: '../backend/static/*', force: true }),
commonjs(),