-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.dev.user.js
45 lines (38 loc) · 1.65 KB
/
index.dev.user.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
// ==UserScript==
// @name competenceframework-devops-wiki-validate-tampermonkey
// @namespace https://macaw.nl/
// @version 1.0.0
// @author Serge van den Oever <[email protected]>
// @source https://github.com/Trim21/webpack-userscript-template
// @match https://dev.azure.com/*
// @require file://C:\P\competenceframework\packages\devops-wiki-validate-tampermonkey\dist\index.debug.user.js
// @grant GM.xmlHttpRequest
// @run-at document-end
// ==/UserScript==
/*
* ATTENTION: An "eval-source-map" devtool has been used.
* This devtool is neither made for production nor for readable output files.
* It uses "eval()" calls to create a separate source file with attached SourceMaps in the browser devtools.
* If you are trying to read the output file, select a different devtool (https://webpack.js.org/configuration/devtool/)
* or disable the default devtool with "devtool: false".
* If you are looking for production-ready output files, see mode: "production" (https://webpack.js.org/configuration/mode/).
*/
/******/ (() => { // webpackBootstrap
/******/ var __webpack_modules__ = ({
/***/ "./config/empty.cjs":
/*!**************************!*\
!*** ./config/empty.cjs ***!
\**************************/
/***/ (() => {
/***/ })
/******/ });
/************************************************************************/
/******/
/******/ // startup
/******/ // Load entry module and return exports
/******/ // This entry module can't be inlined because the eval-source-map devtool is used.
/******/ var __webpack_exports__ = {};
/******/ __webpack_modules__["./config/empty.cjs"]();
/******/
/******/ })()
;