UNPKG
sol-merger
Version:
latest (4.4.2)
4.4.2
4.4.1
4.4.0
4.3.0
4.2.0
4.1.1
4.1.0
4.0.0
3.1.0
3.0.1
3.0.0
2.0.1
2.0.0
1.2.2
1.1.1
1.1.0
1.0.1
1.0.0
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
0.0.3
0.0.2
0.0.1
Merges all import files into single file.
github.com/RyuuGan/sol-merger
RyuuGan/sol-merger
sol-merger
/
dist
/
lib
/
plugins
/
index.js
8 lines
•
300 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
plugins
=
void
0
;
const
SPDXLicenseRemovePlugin
_1 =
require
(
"./SPDXLicenseRemovePlugin"
);
exports
.
plugins
= {
SPDXLicenseRemovePlugin
:
SPDXLicenseRemovePlugin
_1.
ExportPlugin
, };
//# sourceMappingURL=index.js.map