replace yo-yoify with nanohtml

This commit is contained in:
Danny Coates 2018-11-23 13:25:22 -08:00
parent d439dbe168
commit 5845fa5c05
No known key found for this signature in database
GPG key ID: 4C442633C62E00CB
3 changed files with 5 additions and 63 deletions

View file

@ -16,10 +16,9 @@ const webJsOptions = {
}
]
],
// yo-yoify converts html template strings to direct dom api calls
plugins: [
'@babel/plugin-syntax-dynamic-import',
'yo-yoify',
'module:nanohtml',
['@babel/plugin-proposal-class-properties', { loose: false }]
]
};