You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For example, the es6 preset format object looks like this:
{imports: `import $name from '$path'`,functions: ' $name()',}
If I want to change functions: ' $name()', to something else, I should be able to override that without also overriding the imports: import $name from '$path', value.
The text was updated successfully, but these errors were encountered:
For example, the
es6
preset format object looks like this:If I want to change
functions: ' $name()',
to something else, I should be able to override that without also overriding theimports:
import $name from '$path',
value.The text was updated successfully, but these errors were encountered: