Adding support for raw-loader
You can now use the raw-loader to import certain files as strings. Defaults to .pem
and .txt
. And additional ones can be added using the rawFileExtensions
config option.
A huge thanks for @carlcheel for the PR — #106
Update using:
$ npm install --save-dev --save-exact [email protected]