chore(core): Migrated core from rollup to esbuild
This commit is contained in:
parent
87939f331f
commit
ac7b1de00e
17 changed files with 198 additions and 34 deletions
|
@ -1,5 +1,5 @@
|
|||
const expect = require("chai").expect;
|
||||
const Point = require("./dist").Point;
|
||||
const Point = require("../dist/index.js").Point;
|
||||
|
||||
const newAttr = () => new Point(0, 0).attributes;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue