mirror of
https://github.com/Pomax/BezierInfo-2.git
synced 2025-08-31 03:59:58 +02:00
import fixes
This commit is contained in:
@@ -66,7 +66,10 @@ function generateGraphicsModule(chapter, code, width, height) {
|
|||||||
|
|
||||||
export { canvas };
|
export { canvas };
|
||||||
`,
|
`,
|
||||||
{ parser: `babel` }
|
{
|
||||||
|
// I'm not transpiling, I'm assuming Prettier just uses Babel as AST parser/rewriter.
|
||||||
|
parser: `babel`,
|
||||||
|
}
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user