diff options
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 |
