From 39feeb74ffad85ba038e70773eba30385155c950 Mon Sep 17 00:00:00 2001 From: Furkan Sahin Date: Tue, 19 Jul 2022 15:20:56 -0400 Subject: Parse local storage db if it exists. Move json parsing to `ts` files, remove `json` from rollup --- rollup.config.js | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'rollup.config.js') diff --git a/rollup.config.js b/rollup.config.js index e0d1445..be0f95d 100644 --- a/rollup.config.js +++ b/rollup.config.js @@ -80,11 +80,7 @@ export default { // If we're building for production (npm run build // instead of npm run dev), minify - production && terser(), - - // Reading from local json should only happen in development - Furkan - // !production && json() - json() + production && terser() ], watch: { clearScreen: false -- cgit v1.2.3