Remove html-loader (#4991)
* Bump html-loader from 0.5.5 to 3.1.0 Bumps [html-loader](https://github.com/webpack-contrib/html-loader) from 0.5.5 to 3.1.0. - [Release notes](https://github.com/webpack-contrib/html-loader/releases) - [Changelog](https://github.com/webpack-contrib/html-loader/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/html-loader/compare/v0.5.5...v3.1.0) --- updated-dependencies: - dependency-name: html-loader dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * fix asset loading and make clean idempotent Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Scott Bell <scott@traclabs.com> Co-authored-by: John Hill <john.c.hill@nasa.gov>
This commit is contained in:
@@ -99,7 +99,7 @@ const config = {
|
||||
},
|
||||
{
|
||||
test: /\.html$/,
|
||||
use: 'html-loader'
|
||||
type: 'asset/source'
|
||||
},
|
||||
{
|
||||
test: /zepto/,
|
||||
|
||||
Reference in New Issue
Block a user