-
Notifications
You must be signed in to change notification settings - Fork 401
Open
Description
I will have to ping you again π - @jonobr1
This also might be related to the 0.8.x update as the sketch builds fine with 0.7.x.
Reproducing the problem:
create a sketch with Two.js v.0.8.10 template:
canvas-sketch sketch.js --new --open --template=two
build the sketch:
canvas-sketch sketch.js --dir build --build
gets an error on CLI:
β Building...
SyntaxError: Unexpected token: operator (=)
At line 2333 and column 12 of generated bundle
...
2331: // src/events.js
2332: var Events = class {
2333: _events = {};
^
2334: _bound = false;
2335: constructor() {
...
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels