mirror of
https://github.com/SteamDeckHomebrew/decky-plugin-template.git
synced 2025-10-29 06:22:25 -05:00
Actuall add decky-frontend-lib and remove some old code
This commit is contained in:
parent
52f6ca1c58
commit
5a60010268
5 changed files with 84 additions and 51 deletions
|
|
@ -1,4 +1,5 @@
|
|||
import commonjs from '@rollup/plugin-commonjs';
|
||||
import json from '@rollup/plugin-json';
|
||||
import { nodeResolve } from '@rollup/plugin-node-resolve';
|
||||
import replace from '@rollup/plugin-replace';
|
||||
import typescript from '@rollup/plugin-typescript';
|
||||
|
|
@ -10,6 +11,7 @@ export default defineConfig({
|
|||
commonjs(),
|
||||
nodeResolve(),
|
||||
typescript(),
|
||||
json(),
|
||||
replace({
|
||||
preventAssignment: false,
|
||||
'process.env.NODE_ENV': JSON.stringify('production'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue