mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-07 14:40:55 +03:00
replace yo-yoify with nanohtml
This commit is contained in:
@@ -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 }]
|
||||
]
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user