8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0dda0e commit 3721d2cCopy full SHA for 3721d2c
pyscriptjs/rollup.config.js
@@ -25,17 +25,18 @@ export default {
25
input: "src/main.ts",
26
output:[
27
{
28
- sourcemap: true,
+ file: "build/pyscript.js",
29
format: "iife",
30
+ sourcemap: true,
31
inlineDynamicImports: true,
32
name: "pyscript",
- file: "build/pyscript.js",
33
},
34
35
file: "build/pyscript.min.js",
36
37
sourcemap: true,
38
39
+ name: "pyscript",
40
plugins: [terser()],
41
42
],
0 commit comments