webpack-contrib / json-loader

json loader module for webpack - UNMAINTAINED

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

vikassarkar opened this issue · comments

how to exclude jsons in specific folder for json-loader

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