path.join causing issues on windows so we keep path like the other exports (#6568)

This commit is contained in:
Syed Ali Shahbaz
2023-01-19 13:21:51 +00:00
committed by GitHub
parent 6dcb16724c
commit 18246e0dc1
+1 -1
View File
@@ -294,7 +294,7 @@ function generateFiles() {
browserOutput.push(
...getExportedObject("EventTypeAddonMap", {
importConfig: {
fileToBeImported: path.join("components", "EventTypeAppCardInterface.tsx"),
fileToBeImported: "components/EventTypeAppCardInterface.tsx",
},
lazyImport: true,
})