fix: transpile import() for testing in node
This commit is contained in:
committed by
mrugesh
parent
ebc6197c54
commit
a27992a8b6
@ -9,6 +9,7 @@ require('@babel/register')({
|
||||
root: clientPath,
|
||||
babelrc: false,
|
||||
presets: ['@babel/preset-env'],
|
||||
plugins: ['dynamic-import-node'],
|
||||
ignore: [/node_modules/],
|
||||
only: [clientPath]
|
||||
});
|
||||
|
Reference in New Issue
Block a user