@rushstack/loader-raw-script
Advanced tools
Comparing version 1.3.67 to 1.3.68
# Change Log - @rushstack/loader-raw-script | ||
This log was last generated on Tue, 22 Sep 2020 05:45:57 GMT and should not be manually modified. | ||
This log was last generated on Wed, 30 Sep 2020 06:53:53 GMT and should not be manually modified. | ||
## 1.3.68 | ||
Wed, 30 Sep 2020 06:53:53 GMT | ||
### Patches | ||
- Update README.md | ||
## 1.3.67 | ||
@@ -6,0 +13,0 @@ Tue, 22 Sep 2020 05:45:57 GMT |
"use strict"; | ||
// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license. | ||
// See LICENSE in the project root for license information. | ||
const RawScriptLoader = require("./RawScriptLoader"); | ||
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); | ||
}) : (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
o[k2] = m[k]; | ||
})); | ||
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) { | ||
Object.defineProperty(o, "default", { enumerable: true, value: v }); | ||
}) : function(o, v) { | ||
o["default"] = v; | ||
}); | ||
var __importStar = (this && this.__importStar) || function (mod) { | ||
if (mod && mod.__esModule) return mod; | ||
var result = {}; | ||
if (mod != null) for (var k in mod) if (k !== "default" && Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); | ||
__setModuleDefault(result, mod); | ||
return result; | ||
}; | ||
const RawScriptLoader = __importStar(require("./RawScriptLoader")); | ||
module.exports = RawScriptLoader; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@rushstack/loader-raw-script", | ||
"version": "1.3.67", | ||
"version": "1.3.68", | ||
"description": "", | ||
@@ -19,5 +19,5 @@ "main": "lib/index.js", | ||
"devDependencies": { | ||
"@microsoft/rush-stack-compiler-3.5": "0.8.21", | ||
"@rushstack/eslint-config": "2.1.1", | ||
"@rushstack/heft": "0.13.9", | ||
"@rushstack/eslint-config": "2.1.2", | ||
"@rushstack/heft": "0.14.0", | ||
"@rushstack/heft-node-rig": "0.1.0", | ||
"@types/heft-jest": "1.0.1", | ||
@@ -24,0 +24,0 @@ "@types/node": "10.17.13" |
@@ -1,2 +0,2 @@ | ||
# raw-script loader for webpack | ||
# @rushstack/loader-raw-script | ||
@@ -9,3 +9,3 @@ ## Installation | ||
This simple loader loads a script file's contents directly in a webpack bundle using an `eval(...)`. | ||
This simple Webpack loader loads a script file's contents directly in a webpack bundle using an `eval(...)`. | ||
@@ -20,4 +20,8 @@ ## Usage | ||
## License | ||
## Links | ||
MIT (http://www.opensource.org/licenses/mit-license.php) | ||
- [CHANGELOG.md]( | ||
https://github.com/microsoft/rushstack/blob/master/webpack/loader-raw-script/CHANGELOG.md) - Find | ||
out what's new in the latest version | ||
`@rushstack/loader-raw-script` is part of the [Rush Stack](https://rushstack.io/) family of projects. |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
155071
4217
26