Skip to content

Commit

Permalink
squash!
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Oct 27, 2023
1 parent abbabc0 commit 743b6eb
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions Source/Variable/Option.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,19 @@ export default (
csso: (await import("./CSS/csso.js")).default,
lightningcss: (await import("./CSS/lightningcss.js")).default,
},
HTML: (await import("./HTML.js")).default,
JavaScript: (await import("./JavaScript.js")).default,
Image: (await import("./Image.js")).default,
SVG: (await import("./SVG.js")).default,
HTML: {
"html-minifier-terser": (await import("./HTML/html-minifier-terser.js"))
.default,
},
JavaScript: {
terser: (await import("./JavaScript/terser.js")).default,
},
Image: {
sharp: (await import("./Image/sharp.js")).default,
},
SVG: {
svgo: (await import("./SVG/svgo.js")).default,
},
Map: (await import("./Map.js")).default,
Parser: (await import("./Parser.js")).default,
Action: {
Expand Down

0 comments on commit 743b6eb

Please sign in to comment.