Skip to content

Commit

Permalink
docs(ts): fix typescript build on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
daker committed Apr 13, 2022
1 parent d127dfc commit 18213c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ export default {
importPath = `./${path.relative(
`${baseDir}/..`,
resolvedImportPath
)}`;
)}`.replace(/\\/g, '/');
}

return importPath;
Expand Down

0 comments on commit 18213c5

Please sign in to comment.