|
sfcode
An Online Competing and Development Environment
|
A loader for webpack that allows importing files as a String.
To begin, you'll need to install raw-loader:
Then add the loader to your webpack config. For example:
file.js
webpack.config.js
And run webpack via your preferred method.
| Name | Type | Default | Description |
|---|---|---|---|
**esModule** | {Boolean} | true | Uses ES modules syntax |
Type: Boolean Default: true
By default, raw-loader generates JS modules that use the ES modules syntax. There are some cases in which using ES modules is beneficial, like in the case of module concatenation and tree shaking.
You can enable a CommonJS module syntax using:
webpack.config.js
Beware, if you already define loader(s) for extension(s) in webpack.config.js you should use:
Please take a moment to read our contributing guidelines if you haven't yet done so.
./.github/CONTRIBUTING.md "CONTRIBUTING"