gitKrystan / prettier-plugin-ember-template-tag

A prettier plugin for formatting Ember template tags
MIT License
22 stars 12 forks source link

Consider disable minification? #131

Closed chancancode closed 10 months ago

chancancode commented 1 year ago

Currently the dist published to npm is minified. This makes it quite difficult to debug the plugin when something goes wrong, and as far as I can tell, there doesn't seem to be a useful benefit to it. Can it be turned off?

gitKrystan commented 1 year ago

Sounds good. It's right here: https://github.com/gitKrystan/prettier-plugin-ember-template-tag/blob/704ddadd06dfb7aa00a8e919eca55b3b1d20ce2c/vite.config.ts#L12

gitKrystan commented 10 months ago

Fixed in #178 (soon to be released)