Babel plugin for whitespace removal from template literals.
Custom whitespace removal function can be defined via
options.fn
.
Using npm:
$ npm install babel-plugin-remove-template-literals-whitespace --save-dev
or using yarn:
$ yarn add babel-plugin-remove-template-literals-whitespace --dev