File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
webpack/loader-raw-script Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 879879 "shouldPublish" : true
880880 },
881881 {
882- "packageName" : " @microsoft /loader-raw-script" ,
882+ "packageName" : " @rushstack /loader-raw-script" ,
883883 "projectFolder" : " webpack/loader-raw-script" ,
884884 "reviewCategory" : " libraries" ,
885885 "shouldPublish" : true
Original file line number Diff line number Diff line change 1- @microsoft /loader-raw-script
1+ @rushstack /loader-raw-script
22
33Copyright (c) Microsoft Corporation. All rights reserved.
44
Original file line number Diff line number Diff line change 22
33## Installation
44
5- ` npm install @microsoft /loader-raw-script --save-dev `
5+ ` npm install @rushstack /loader-raw-script --save-dev `
66
77## Overview
88
@@ -13,7 +13,7 @@ This simple loader loads a script file's contents directly in a webpack bundle u
1313[ Documentation: Using loaders] ( http://webpack.github.io/docs/using-loaders.html )
1414
1515``` javascript
16- require (" @microsoft /loader-raw-script!path/to/script.js" );
16+ require (" @rushstack /loader-raw-script!path/to/script.js" );
1717```
1818
1919## License
Original file line number Diff line number Diff line change 11{
2- "name" : " @microsoft /loader-raw-script" ,
2+ "name" : " @rushstack /loader-raw-script" ,
33 "version" : " 1.3.4" ,
44 "description" : " " ,
55 "main" : " lib/index.js" ,
You can’t perform that action at this time.
0 commit comments