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 10, 2024
1 parent 77d2268 commit e4b7a34
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 e4b7a34

Please sign in to comment.