notlmn / rollup-plugin-transform-tagged-template

Apply transformations on static contents of tagged template string literals
https://npmjs.com/package/rollup-plugin-transform-tagged-template
MIT License
5 stars 4 forks source link

Add `parserOptions` for configuring Babel parsing #3

Closed radium-v closed 4 years ago

radium-v commented 4 years ago

Adds a parserOptions config value that allows for Babel parser options to be set.

Closes #1

notlmn commented 4 years ago

Initially I kept it simple so I wanted to push https://github.com/notlmn/rollup-plugin-minify-tagged-css-template as fast as possible.

This change is awesome. Thanks for the PR.