1
0
mirror of https://github.com/eleith/emailjs.git synced 2024-07-02 11:08:51 +00:00

build: don't remove comments

This commit is contained in:
Zack Schuster 2020-05-01 11:28:54 -07:00
parent 50c3789d4b
commit 1322ba2f2b

View File

@ -25,6 +25,6 @@ export default {
plugins: [
resolve(),
commonjs(),
typescript({ include: ['email.ts', 'smtp/*.ts'] }),
typescript({ removeComments: false, include: ['email.ts', 'smtp/*.ts'] }),
],
};