UNPKG

270 BJavaScriptView Raw
1module.exports = {
2 context: __dirname,
3 entry: "./test.js",
4 module: {
5 loaders: [
6 {
7 test: /test\.js$/,
8 loader: __dirname + "/../cacheable?brfs"
9 },
10 {
11 test: /\.coffee$/,
12 loader: __dirname + "/../cacheable?coffeeify"
13 }
14 ]
15 }
16}
\No newline at end of file