aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rollup.config.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/rollup.config.js b/rollup.config.js
index a4ce770..df68891 100644
--- a/rollup.config.js
+++ b/rollup.config.js
@@ -82,7 +82,8 @@ export default {
production && terser(),
// Reading from local json should only happen in development - Furkan
- !production && json()
+ // !production && json()
+ json()
],
watch: {
clearScreen: false