0.1.0 • Published 8 years ago

forceraw-loader v0.1.0

Weekly downloads
2
License
Apache-2.0
Repository
github
Last release
8 years ago

forceraw-loader

This is a webpack loader that will load files as strings without them being preprocessed by webpack beforehand, as is.

require('forceraw?path=filename!.')
# or
import content from 'forceraw?path=filename!.'

It also supports globbing and will import multiple files as an object:

import files from 'forceraw=files/**!.'
0.1.0

8 years ago