auth0 / webtask-bundle

Module and CLI to bundle your code for use on https://webtask.io
28 stars 6 forks source link

How about including all webpack loaders by default? #6

Closed colllin closed 8 years ago

colllin commented 8 years ago

For example, I'd like to use the raw-loader (https://github.com/webpack/raw-loader) to import the raw contents of a JS file as a string instead of importing it as JS code.

colllin commented 8 years ago

Or, another idea... Would there be a way to access my locally installed packages, so that I could npm install raw-loader --save-dev locally, and then my bundle would make use of it?

colllin commented 8 years ago

Correct me if I'm wrong, but it seems like it IS using my locally installed webpack loaders. But the raw-loader doesn't seem to be working correctly.