file-loader support json file
{
type: 'javascript/auto',
test: /\.json$/,
use: ['file-loader'],
include: /\/dir\/.*\.json$/,
options: {
name: 'static/json/[name].[hash:8].[ext]',
}
},