We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"use strict";'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); // src/util.ts function fun1(boy) { console.log("fun1", boy); } function fun2() { console.log("fun2"); } exports.fun1 = fun1; exports.fun2 = fun2;
{ entry: ['src/pages/**/*.ts'], splitting: true, sourcemap: false, clean: true, dts: true, treeshake: true, esbuildOptions(options) { options.outbase = 'src' options.chunkNames = '[hash]' } }
The text was updated successfully, but these errors were encountered:
7000c8b
No branches or pull requests
output
tsup config
The text was updated successfully, but these errors were encountered: