diff --git a/rollup.config.js b/rollup.config.js index fb311a1..f1175eb 100644 --- a/rollup.config.js +++ b/rollup.config.js @@ -30,6 +30,7 @@ export default defineConfig({ globals: { react: 'SP_REACT', 'react-dom': 'SP_REACTDOM', + 'decky-frontend-lib': 'DFL', }, format: 'iife', exports: 'default',