forceraw-loader
v0.1.0
Published
Webpack loader that loads files as strings without any pre-processing
Downloads
3
Readme
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/**!.'