Skip to content

Commit

Permalink
Merge pull request opensource-nepal#70 from aj3sh/feat/tooling
Browse files Browse the repository at this point in the history
build: replaced rollup with unbuild
  • Loading branch information
sugat009 authored Oct 11, 2023
2 parents ffcce2a + 9590d9f commit ad93c8d
Show file tree
Hide file tree
Showing 4 changed files with 2,552 additions and 1,180 deletions.
14 changes: 14 additions & 0 deletions build.config.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
import { defineBuildConfig } from 'unbuild'

export default defineBuildConfig({
entries: ['src/index', 'src/dateConverter/index'],
declaration: true,
clean: true,
sourcemap: false,
rollup: {
emitCJS: true,
esbuild: {
minify: true,
},
},
})
Loading

0 comments on commit ad93c8d

Please sign in to comment.