Ionic build - minify json files

I am using ngx-translate to translate my ionic app.
The app supports multiple languages and the json files are getting bigger and bigger.

ionic build --prod does not minify these json files.

Is there a way to minify them during the build process?