Skip to content

Commit

Permalink
chore: remove banner from build
Browse files Browse the repository at this point in the history
  • Loading branch information
DamianOsipiuk committed Sep 9, 2022
1 parent 974ec56 commit 02e7b97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rollup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ function buildConfigs(opts: {
)

const external = (moduleName) => externalDeps.includes(moduleName)
const banner = createBanner(opts.name)
const banner = ''; //createBanner(opts.name)

const options: Options = {
input,
Expand Down

0 comments on commit 02e7b97

Please sign in to comment.