d3: Use our own require implementation
This commit is contained in:
parent
eae38fcabf
commit
4230555a1e
|
@ -1,7 +1,7 @@
|
|||
// https://d3js.org v7.9.0 Copyright 2010-2023 Mike Bostock
|
||||
(function (global, factory) {
|
||||
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
|
||||
typeof define === 'function' && define.amd ? define(['exports'], factory) :
|
||||
typeof define === 'function' && define.icinga ? define(['exports'], factory) :
|
||||
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.d3 = global.d3 || {}));
|
||||
})(this, (function (exports) { 'use strict';
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue