npm.io
1.6.25 • Published 1 week ago

@rushstack/loader-raw-script

Licence
MIT
Version
1.6.25
Deps
1
Size
324 kB
Vulns
0
Weekly
0
Stars
6.5K

@rushstack/loader-raw-script

Installation

npm install @rushstack/loader-raw-script --save-dev

Overview

This simple Webpack loader loads a script file's contents directly in a webpack bundle using an eval(...).

Usage

Documentation: Using loaders

require("@rushstack/loader-raw-script!path/to/script.js");

@rushstack/loader-raw-script is part of the Rush Stack family of projects.