We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a7e8c1 commit 96b75a2Copy full SHA for 96b75a2
src/main.cjs
@@ -1,3 +1,5 @@
1
+// This file is currently necessary because webpack needs the loader to be a CommonJS module.
2
+// Its only purpose is to serve as a "trampolin" for the actual loader module.
3
/* eslint-disable @babel/no-invalid-this */
4
"use strict";
5
0 commit comments