when i add __dirname to the loader, it works as expected. I think that this behavior should be integrated into the loader. ``` javascript { test: /\.js$/, loader: 'sweetjs?modules[]=' + __dirname + '/macros.sjs' } ```
when i add __dirname to the loader, it works as expected.
I think that this behavior should be integrated into the loader.