I'm trying to use CRA as a starting Point for https://github.com/FormidableLabs/spectacle Works fine expect the codepane - to show code you need the webpack "raw loader" witch is called like so `source={require("raw!../assets/deck.example")}` Since I cant edit the webpack config in CRA - it would be great if this rule "import/no-webpack-loader-syntax" would be just a waring - no error! Thanks for your help! And keep an the realy good work - soooo great!