This commit is contained in:
parent
c0324c0bc2
commit
cbfa885984
42 changed files with 3701 additions and 547 deletions
11
posthtml-djot/build.config.ts
Normal file
11
posthtml-djot/build.config.ts
Normal file
|
@ -0,0 +1,11 @@
|
|||
import { defineBuildConfig } from 'unbuild'
|
||||
|
||||
export default defineBuildConfig({
|
||||
rollup: {
|
||||
emitCJS: true,
|
||||
},
|
||||
rootDir: './lib',
|
||||
outDir: '../dist',
|
||||
entries: ['index.js'],
|
||||
declaration: true,
|
||||
})
|
Loading…
Add table
Add a link
Reference in a new issue