Skip to content

Commit

Permalink
Merge pull request #577 from nyaggah/fix/deps
Browse files Browse the repository at this point in the history
chore(create-bedframe): remove cjs format
  • Loading branch information
JoeyDoey authored Oct 9, 2024
2 parents 175dcac + b22894c commit 69b70d8
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions packages/create-bedframe/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,8 @@ export default [
string({
include: `${name.module}.js`,
}),
string({
include: `${name.module}.cjs`,
}),
],
output: [
{
file: `${name.module}.cjs`,
format: 'cjs',
sourcemap: true,
banner: '#!/usr/bin/env node\n',
},
{
file: `${name.module}.js`,
format: 'es',
Expand Down

0 comments on commit 69b70d8

Please sign in to comment.