path.join causing issues on windows so we keep path like the other exports (#6568)
This commit is contained in:
@@ -294,7 +294,7 @@ function generateFiles() {
|
||||
browserOutput.push(
|
||||
...getExportedObject("EventTypeAddonMap", {
|
||||
importConfig: {
|
||||
fileToBeImported: path.join("components", "EventTypeAppCardInterface.tsx"),
|
||||
fileToBeImported: "components/EventTypeAppCardInterface.tsx",
|
||||
},
|
||||
lazyImport: true,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user