diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2022-07-19 15:20:56 -0400 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2022-07-19 15:20:56 -0400 |
| commit | 39feeb74ffad85ba038e70773eba30385155c950 (patch) | |
| tree | e92fdbfa8ba2987a97341c4a885898df02bf4cad /rollup.config.js | |
| parent | 5f4255b9ce0583e5a7ad9440493cdaa64d1e664b (diff) | |
Parse local storage db if it exists. Move json parsing to `ts` files, remove `json` from rollup
Diffstat (limited to 'rollup.config.js')
| -rw-r--r-- | rollup.config.js | 6 |
1 files changed, 1 insertions, 5 deletions
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 |
