This commit is contained in:
Халтобин Евгений 2024-09-26 10:45:05 +03:00
parent 8e44d5fb6b
commit 5885dfc7aa
3 changed files with 4 additions and 2 deletions

View file

@ -1,7 +1,7 @@
<html>
<head>
<title></title>
<link rel="stylesheet" type="text/css" href="home.css">
<link rel="stylesheet" type="text/css" href="src/resources/landing/home.css">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>

View file

@ -69,6 +69,7 @@
<include>build_dev/**/*</include>
<include>node_modules/**/*</include>
<include>index.html</include>
<include>home.html</include>
<include>systemjs.config.js</include>
</includes>
</resource>

View file

@ -91,11 +91,12 @@ module.exports = {
}),
new CopyWebpackPlugin([
{from: 'index.webpack.html', to: 'index.html'},
{from: 'home.html', to: 'home.html'},
{from: 'src/resources/img/progress.gif', to: 'src/resources/img/progress.gif'},
{from: 'src/resources/img/logo.png', to: 'src/resources/img/logo.png'},
{from: 'src/resources/app-config.json', to: 'src/resources/app-config.json'},
{from: 'src/resources/app.version', to: 'src/resources/app.version'},
{context: "src/resources/landing/", from: '**/*'}
{from: 'src/resources/landing', to: 'src/resources/landing'}
]),
new MiniCssExtractPlugin({