mirror of
https://github.com/kevinveenbirkenbach/roulette-wheel.git
synced 2024-12-03 15:09:18 +01:00
deploy configuraiton
This commit is contained in:
parent
147fbeb149
commit
df0c3c571e
@ -5,7 +5,7 @@
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Roulette wheel</title>
|
||||
<script src="bundle.js"></script>
|
||||
<script type="module" src="dist/scripts/bundle.js"></script>
|
||||
<link rel="stylesheet" href="app.css" />
|
||||
</head>
|
||||
<body>
|
||||
|
@ -4,7 +4,7 @@ module.exports = {
|
||||
mode: "production",
|
||||
entry: './src/app.ts',
|
||||
output: {
|
||||
path:path.resolve(__dirname, "dist"),
|
||||
path:path.resolve(__dirname, "dist/scripts"),
|
||||
filename: "bundle.js",
|
||||
publicPath: '/dist/'
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user