This commit is contained in:
2020-08-19 16:59:04 +02:00
parent 822c3f4398
commit 2e6e60e708
3 changed files with 1 additions and 4101 deletions

File diff suppressed because one or more lines are too long

View File

@@ -1,9 +0,0 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Webpack App</title>
<meta name="viewport" content="width=device-width, initial-scale=1"></head>
<body>
<script src="app.js"></script></body>
</html>

View File

@@ -10,7 +10,7 @@ const config: Configuration = {
], ],
}, },
output: { output: {
path: path.join(__dirname, 'docs'), path: path.join(__dirname, 'dist'),
}, },
resolve: { resolve: {
extensions: ['.tsx', '.ts', '.js'], extensions: ['.tsx', '.ts', '.js'],