Remove all non legacy usage of zepto (#5159)

* Removed Zepto
* Added utility functions for compiling HTML templates and toggling classes on and off

Co-authored-by: John Hill <john.c.hill@nasa.gov>
Co-authored-by: Andrew Henry <akhenry@gmail.com>
This commit is contained in:
Alize Nguyen
2022-06-02 17:47:14 -05:00
committed by GitHub
parent f5796c984e
commit 04ee6f49d6
24 changed files with 477 additions and 339 deletions

View File

@@ -101,13 +101,6 @@ const config = {
test: /\.html$/,
type: 'asset/source'
},
{
test: /zepto/,
use: [
"imports-loader?this=>window",
"exports-loader?Zepto"
]
},
{
test: /\.(jpg|jpeg|png|svg)$/,
type: 'asset/resource',