Skip to content

Adding support for raw-loader

Compare
Choose a tag to compare
@jayair jayair released this 05 Jul 01:32
· 338 commits to master since this release

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]