Commit bf735d1
committed
fix: require of plugin that exports ES module
Transpiled ES modules don't export the default export directly as
CommonJS modules, they always export an object and the default export is
under the key "default" in this object.1 parent 223f29e commit bf735d1
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| 63 | + | |
| 64 | + | |
63 | 65 | | |
64 | | - | |
| 66 | + | |
65 | 67 | | |
66 | 68 | | |
67 | 69 | | |
| |||
0 commit comments