mirror of
https://github.com/Pomax/BezierInfo-2.git
synced 2025-08-30 19:50:01 +02:00
import fixes
This commit is contained in:
@@ -66,7 +66,10 @@ function generateGraphicsModule(chapter, code, width, height) {
|
||||
|
||||
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