summaryrefslogtreecommitdiff
path: root/frontend/rollup.config.js
diff options
context:
space:
mode:
authorEMERALD <hudson.samuels@gmail.com>2023-01-19 20:00:42 -0600
committerGitHub <noreply@github.com>2023-01-19 18:00:42 -0800
commit3ebaac6752cb2b13ee5bfb6274cd7ae60b0d6bcb (patch)
tree70b18b6f9ec2b2e23d2eef374e106a8870e794e8 /frontend/rollup.config.js
parentcbbd56486070eab9a08253b2778fcd64877acd68 (diff)
downloaddecky-loader-3ebaac6752cb2b13ee5bfb6274cd7ae60b0d6bcb.tar.gz
decky-loader-3ebaac6752cb2b13ee5bfb6274cd7ae60b0d6bcb.zip
Store and plugin installation visual improvements (#343)v2.5.0-pre1
* Redesign store, add comments for filtering * Improve installation/uninstallation modals * Fix store comment to be easier to fix * Add source code info to about page
Diffstat (limited to 'frontend/rollup.config.js')
-rw-r--r--frontend/rollup.config.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/frontend/rollup.config.js b/frontend/rollup.config.js
index fc924c36..46479295 100644
--- a/frontend/rollup.config.js
+++ b/frontend/rollup.config.js
@@ -1,4 +1,5 @@
import commonjs from '@rollup/plugin-commonjs';
+import image from '@rollup/plugin-image';
import json from '@rollup/plugin-json';
import { nodeResolve } from '@rollup/plugin-node-resolve';
import replace from '@rollup/plugin-replace';
@@ -29,6 +30,7 @@ export default defineConfig({
preventAssignment: false,
'process.env.NODE_ENV': JSON.stringify('production'),
}),
+ image(),
],
preserveEntrySignatures: false,
output: {