module.exports={// ...module:{rules:[{test:/\.ctr(\.js|\.yml|\.yaml)$/,use:['style-loader','css-loader','ctr-loader']}]}// ...}; Test's I love tests, and I try to treat every test like a mini-demo or an example in and of itself. Accordingly, the tests not only va...