$ npm install babel-plugin-heredoc
Input:
const foo = <heredoc> I am a string! </heredoc>;
Output:
const foo = '\n I am a string!\n ';