webpack-contrib/json-loader

how to exclude JSON in specific folder (`rule.exclude`)

vikassarkar opened this issue · 0 comments

how to exclude jsons in specific folder for json-loader

                test: /\.json$/,
                use: ['json-loader'],
                exclude: excludeil18Dir