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