mirror of
https://github.com/MercuryWorkshop/scramjet.git
synced 2025-05-14 06:50:01 -04:00
commit
This commit is contained in:
parent
555ae496a5
commit
b448c5505b
20 changed files with 104 additions and 71 deletions
|
@ -1,5 +1,5 @@
|
|||
import typescript from "rollup-plugin-typescript2";
|
||||
import { nodeResolve } from '@rollup/plugin-node-resolve';
|
||||
import { nodeResolve } from "@rollup/plugin-node-resolve";
|
||||
import { join } from "node:path";
|
||||
import fs from "node:fs"
|
||||
import { fileURLToPath } from "node:url";
|
||||
|
@ -27,8 +27,8 @@ export default {
|
|||
output: {
|
||||
entryFileNames: "scramjet.[name].js",
|
||||
dir: "./dist",
|
||||
format: "esm",
|
||||
// format: "amd",
|
||||
sourcemap: true,
|
||||
compact: production,
|
||||
},
|
||||
compact: production
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue