From d99f332523c1e70df8ed1f0d024cc6dd77607433 Mon Sep 17 00:00:00 2001 From: AAGaming Date: Fri, 12 May 2023 02:02:04 +0000 Subject: Initial implementation of global DFL instance (#451) --- frontend/rollup.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontend/rollup.config.js') 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(), -- cgit v1.2.3