We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ea32c7 commit 585cfe5Copy full SHA for 585cfe5
rollup.config.mjs
@@ -7,7 +7,7 @@ export default {
7
output: {
8
file: `out/create-rescript-app.mjs`,
9
format: "es",
10
- name: "create-rescript-app",
+ banner: "#!/usr/bin/env node",
11
},
12
plugins: [terser(), nodeResolve({ preferBuiltins: true }), commonjs()],
13
};
0 commit comments