-
Notifications
You must be signed in to change notification settings - Fork 43
Open
Labels
good first issueGood for newcomersGood for newcomershelp wantedPRs are welcome!PRs are welcome!p2Medium priorityMedium priorityplugin-js@terrazzo/plugin-js@terrazzo/plugin-js
Description
The doc says:
pluginJS({
output: {
js: "index.js",
ts: "index.d.ts",
json: false, // set to a filename to generate JSON
},
}),
but the current @terrazzo/plugin-js (0.1.0) expects different configuration:
js({
js: "index.js",
// json: "tokens.json",
}),
Is the doc or the plugin out of date?
I can create a pull request with edits.
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomershelp wantedPRs are welcome!PRs are welcome!p2Medium priorityMedium priorityplugin-js@terrazzo/plugin-js@terrazzo/plugin-js