mirror of
https://github.com/AtHeartEngineer/Animated_Background.git
synced 2026-01-09 16:37:53 -05:00
hide scrollbars; fix typo in webpack
This commit is contained in:
@@ -4,6 +4,11 @@
|
||||
<head>
|
||||
<meta content="text/html;charset=utf-8" http-equiv="Content-Type" />
|
||||
<title>Animated Background Demo</title>
|
||||
<style>
|
||||
body {
|
||||
overflow: hidden;
|
||||
}
|
||||
</style>
|
||||
<script defer src="bundle.js"></script></head>
|
||||
|
||||
<body>
|
||||
|
||||
@@ -4,6 +4,11 @@
|
||||
<head>
|
||||
<meta content="text/html;charset=utf-8" http-equiv="Content-Type" />
|
||||
<title>Animated Background Demo</title>
|
||||
<style>
|
||||
body {
|
||||
overflow: hidden;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
@@ -18,7 +18,6 @@ module.exports = {
|
||||
outDir: path.resolve(__dirname, "docs"),
|
||||
release: true,
|
||||
target: "web",
|
||||
args: "--no-typescript",
|
||||
})
|
||||
],
|
||||
mode: 'development',
|
||||
|
||||
Reference in New Issue
Block a user