Closed
Description
I tried the examples in the readme but ended up with a number of errors from webpack. Notably, webpack wants the '-loader' extension on ify, and it complains about there not being any postLoaders in the api.
This silences those two at least, but then it fails to build on line 64 of index.js with
tr.on is not a function....
module: {
loaders : [
{
test: /\.js$/,
loader: 'ify-loader',
enforce: 'post'
}
]
}
Metadata
Metadata
Assignees
Labels
No labels