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 0a7d683 commit 023a0a8Copy full SHA for 023a0a8
rollup.config.js
@@ -18,7 +18,6 @@ function config(ext) {
18
file: `index${ext}`,
19
format: ext === ".mjs" ? "es" : "cjs",
20
sourcemap: true,
21
- banner: "/*! @author Toru Nagashima <https://github.com/mysticatea> */",
22
},
23
plugins: [sourcemaps()],
24
external: Object.keys(packageInfo.dependencies),
0 commit comments