summaryrefslogtreecommitdiff
path: root/frontend/rollup.config.js
diff options
context:
space:
mode:
authorAAGaming <aa@mail.catvibers.me>2023-05-12 02:02:04 +0000
committerGitHub <noreply@github.com>2023-05-11 22:02:04 -0400
commitd99f332523c1e70df8ed1f0d024cc6dd77607433 (patch)
tree3ef4eef72996abb2fc15dcfbee2ece3f6968dcfd /frontend/rollup.config.js
parent0c83c9a2b507567fd49803f1df3f7d9c013c971c (diff)
downloaddecky-loader-d99f332523c1e70df8ed1f0d024cc6dd77607433.tar.gz
decky-loader-d99f332523c1e70df8ed1f0d024cc6dd77607433.zip
Initial implementation of global DFL instance (#451)v2.9.0-pre1
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(),