Skip to content

Commit

Permalink
made decky-frontend-lib an external dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
CEbbinghaus committed Feb 13, 2024
1 parent a46aa2e commit 6de0a2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export default defineConfig({
})
],
context: 'window',
external: ['react', 'react-dom'],
external: ['react', 'react-dom', 'decky-frontend-lib'],
output: {
file: 'dist/index.js',
globals: {
Expand Down

0 comments on commit 6de0a2f

Please sign in to comment.