mirror of
https://github.com/kevinveenbirkenbach/roulette-wheel.git
synced 2024-12-04 07:29:08 +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 http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>Roulette wheel</title>
|
<title>Roulette wheel</title>
|
||||||
<script src="bundle.js"></script>
|
<script type="module" src="dist/scripts/bundle.js"></script>
|
||||||
<link rel="stylesheet" href="app.css" />
|
<link rel="stylesheet" href="app.css" />
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
@ -4,7 +4,7 @@ module.exports = {
|
|||||||
mode: "production",
|
mode: "production",
|
||||||
entry: './src/app.ts',
|
entry: './src/app.ts',
|
||||||
output: {
|
output: {
|
||||||
path:path.resolve(__dirname, "dist"),
|
path:path.resolve(__dirname, "dist/scripts"),
|
||||||
filename: "bundle.js",
|
filename: "bundle.js",
|
||||||
publicPath: '/dist/'
|
publicPath: '/dist/'
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user