diff options
Diffstat (limited to 'rollup.config.js')
| -rw-r--r-- | rollup.config.js | 3 |
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 |
