Closed colllin closed 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?
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.
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.