mirror of
https://github.com/appy-one/acebase-server.git
synced 2026-06-30 06:02:05 -06:00
create bundle specific package.json
This commit is contained in:
parent
4069e947c0
commit
32371945ca
1 changed files with 11 additions and 0 deletions
11
create-package-files
Normal file
11
create-package-files
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
cat >dist/cjs/package.json <<!EOF
|
||||
{
|
||||
"type": "commonjs"
|
||||
}
|
||||
!EOF
|
||||
|
||||
cat >dist/esm/package.json <<!EOF
|
||||
{
|
||||
"type": "module"
|
||||
}
|
||||
!EOF
|
||||
Loading…
Add table
Add a link
Reference in a new issue