@rushstack/loader-raw-script
Advanced tools
Comparing version 1.3.252 to 1.3.253
{ | ||
"name": "@rushstack/loader-raw-script", | ||
"version": "1.3.252", | ||
"version": "1.3.253", | ||
"description": "", | ||
@@ -19,3 +19,3 @@ "main": "lib/index.js", | ||
"@rushstack/heft": "0.47.5", | ||
"@rushstack/heft-node-rig": "1.10.5", | ||
"@rushstack/heft-node-rig": "1.10.6", | ||
"@types/heft-jest": "1.0.1", | ||
@@ -28,4 +28,3 @@ "@types/node": "12.20.24" | ||
"_phase:test": "heft test --no-build" | ||
}, | ||
"readme": "# @rushstack/loader-raw-script\n\n## Installation\n\n`npm install @rushstack/loader-raw-script --save-dev`\n\n## Overview\n\nThis simple Webpack loader loads a script file's contents directly in a webpack bundle using an `eval(...)`.\n\n## Usage\n\n[Documentation: Using loaders](http://webpack.github.io/docs/using-loaders.html)\n\n``` javascript\nrequire(\"@rushstack/loader-raw-script!path/to/script.js\");\n```\n\n## Links\n\n- [CHANGELOG.md](\n https://github.com/microsoft/rushstack/blob/main/webpack/loader-raw-script/CHANGELOG.md) - Find\n out what's new in the latest version\n\n`@rushstack/loader-raw-script` is part of the [Rush Stack](https://rushstack.io/) family of projects.\n" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6849