Skip to content

Commit

Permalink
feat: compile csm to lower target (#723)
Browse files Browse the repository at this point in the history
* feat: complie to lower target

* chore: delete .swrc
  • Loading branch information
2wce authored May 13, 2024
1 parent 67d702c commit 9d75eb1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 19 deletions.
18 changes: 0 additions & 18 deletions packages/content-source-maps/.swrc

This file was deleted.

2 changes: 1 addition & 1 deletion packages/content-source-maps/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"extends": "../../tsconfig.base.json",
"include": ["src"],
"include": ["src"]
}
1 change: 1 addition & 0 deletions packages/content-source-maps/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ export default defineConfig({
exclude: [...configDefaults.exclude],
},
build: {
target: 'es2017',
sourcemap: true,
outDir: './dist',
lib: {
Expand Down

0 comments on commit 9d75eb1

Please sign in to comment.