mirror of
https://github.com/pyscript/pyscript.git
synced 2022-05-01 19:47:48 +03:00
rename bundle.js and css to pyscript.js
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
<link rel="icon" type="image/png" href="favicon.png" />
|
<link rel="icon" type="image/png" href="favicon.png" />
|
||||||
<link rel="stylesheet" href="build/bundle.css" />
|
<link rel="stylesheet" href="build/bundle.css" />
|
||||||
|
|
||||||
<script defer src="build/bundle.js"></script>
|
<script defer src="build/pyscript.js"></script>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
<link rel="icon" type="image/png" href="favicon.png" />
|
<link rel="icon" type="image/png" href="favicon.png" />
|
||||||
<link rel="stylesheet" href="build/bundle.css" />
|
<link rel="stylesheet" href="build/bundle.css" />
|
||||||
|
|
||||||
<script defer src="build/bundle.js"></script>
|
<script defer src="build/pyscript.js"></script>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
<link rel="icon" type="image/png" href="favicon.png" />
|
<link rel="icon" type="image/png" href="favicon.png" />
|
||||||
<link rel="stylesheet" href="build/bundle.css" />
|
<link rel="stylesheet" href="build/bundle.css" />
|
||||||
|
|
||||||
<script defer src="build/bundle.js"></script>
|
<script defer src="build/pyscript.js"></script>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
<link rel="icon" type="image/png" href="favicon.png" />
|
<link rel="icon" type="image/png" href="favicon.png" />
|
||||||
<link rel="stylesheet" href="build/bundle.css" />
|
<link rel="stylesheet" href="build/bundle.css" />
|
||||||
|
|
||||||
<script defer src="build/bundle.js"></script>
|
<script defer src="build/pyscript.js"></script>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -40,7 +40,7 @@ export default {
|
|||||||
sourcemap: true,
|
sourcemap: true,
|
||||||
format: "iife",
|
format: "iife",
|
||||||
name: "app",
|
name: "app",
|
||||||
file: "public/build/bundle.js",
|
file: "public/build/pyscript.js",
|
||||||
},
|
},
|
||||||
plugins: [
|
plugins: [
|
||||||
svelte({
|
svelte({
|
||||||
@@ -54,7 +54,7 @@ export default {
|
|||||||
dev: !production,
|
dev: !production,
|
||||||
},
|
},
|
||||||
}),
|
}),
|
||||||
css({ output: "bundle.css" }),
|
css({ output: "pyscript.css" }),
|
||||||
resolve({
|
resolve({
|
||||||
browser: true,
|
browser: true,
|
||||||
dedupe: ["svelte"],
|
dedupe: ["svelte"],
|
||||||
|
|||||||
Reference in New Issue
Block a user