It seems that `modernizr-loader` does not work with [json5-loader@4](https://github.com/webpack-contrib/json5-loader/releases/tag/v4.0.0) (it works for [json5-loader@3](https://github.com/webpack-contrib/json5-loader/releases/tag/v3.0.0) and below). I get the following error: ``` path\to\.modernizrrc:1 (function (exports, require, module, __filename, __dirname) { export default {minify:true,options:['setClasses'],'feature-detects':['css/transformstylepreserve3d','css/transitions']} ^^^^^^ SyntaxError: Unexpected token export ```