T
Size: a a a
T
KS
T
T
KS
EB
Module parse failed: Unexpected token (1:0)
File was processed with these loaders:
* ./node_modules/html-webpack-plugin/lib/loader.js
* ./node_modules/htmllint-loader/htmllint-loader.js
You may need an additional loader to handle the result of these loaders.
> <!doctype html>
| <html lang="en">
| <head>
IF
Module parse failed: Unexpected token (1:0)
File was processed with these loaders:
* ./node_modules/html-webpack-plugin/lib/loader.js
* ./node_modules/htmllint-loader/htmllint-loader.js
You may need an additional loader to handle the result of these loaders.
> <!doctype html>
| <html lang="en">
| <head>
EB
IF
{
test: /\.html$/,
use: [
{
loader: "file-loader",
options: { name: "[name].html" }
},
{ loader: "extract-loader" },
{
loader: "html-loader",
options: { attr: ["img:src"] }
},
]
},
IF
EB
A
KS
A
KS
A
KS
S
S
S