First of all, it surely does increase the bundle size because Webpack
considers that file as an asset imported in bundle.
Secondly, Not only isn't 95K that big to worry about but also as you have seen, it will be much smaller because bundles are optimized and minimized during the build.
Finally, as @Justinas
said in the comments section, it is suggested to serve files as zipped. So a JSON
file would be a completely valid option
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…