Closed Trim closed 1 year ago
The npm script test:example-esm was running the example tests instead of example-esm.
test:example-esm
example
example-esm
I've fixed the script command and I had to fix the example-esm itself too to use the quibble.esm API instead of quibble.
quibble.esm
quibble
I've also updated the example-esm to illustrate both way to define the default export.
default
Finally, I added a second commit to list all arguments the quibble.esm method can receive and how to use it.
The npm script
test:example-esm
was running theexample
tests instead ofexample-esm
.I've fixed the script command and I had to fix the
example-esm
itself too to use thequibble.esm
API instead ofquibble
.I've also updated the
example-esm
to illustrate both way to define thedefault
export.Finally, I added a second commit to list all arguments the
quibble.esm
method can receive and how to use it.