mirror of
https://github.com/LukeHagar/crossws.git
synced 2025-12-06 04:19:26 +00:00
chore: don't gitignore build.config.ts
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -5,5 +5,4 @@ dist
|
|||||||
.DS_Store
|
.DS_Store
|
||||||
.eslintcache
|
.eslintcache
|
||||||
*.log*
|
*.log*
|
||||||
*.conf*
|
|
||||||
*.env*
|
*.env*
|
||||||
|
|||||||
7
build.config.ts
Normal file
7
build.config.ts
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
import { defineBuildConfig } from "unbuild";
|
||||||
|
|
||||||
|
export default defineBuildConfig({
|
||||||
|
rollup: {
|
||||||
|
inlineDependencies: true,
|
||||||
|
},
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user