Skip to content

Commit 9158c96

Browse files
committed
fix(transform): make transform when importing from cjs
1 parent b95f341 commit 9158c96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rollup.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export default [
4343
{
4444
input: ["src/transform.ts"],
4545
plugins: [nodeResolve({
46-
resolveOnly: ['serialize-error', 'pkg-dir', 'find-up', 'locate-path']
46+
resolveOnly: ['serialize-error', 'pkg-dir', 'find-up', 'locate-path', 'p-locate', 'path-exists']
4747
}), json(), esbuild(), commonjs()],
4848
output: [
4949
{

0 commit comments

Comments
 (0)