Skip to content

Commit

Permalink
1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
motla committed Jan 3, 2024
1 parent 060f995 commit 22b6eb6
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## v1.0.2
- Adding source maps for JS files

## v1.0.1
Small build improvements:
- Renaming vue-serial.js => .mjs and vue-serial.umd.cjs => .js
Expand Down
1 change: 1 addition & 0 deletions dist/vue-serial.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -413,3 +413,4 @@ T(x, "read");
export {
x as default
};
//# sourceMappingURL=vue-serial.mjs.map
1 change: 1 addition & 0 deletions dist/vue-serial.mjs.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/vue-serial.umd.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/vue-serial.umd.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"declaration": true,
"isolatedModules": true,
"noEmit": false,
"emitDeclarationOnly": true,
"emitDeclarationOnly": true
},
"typedocOptions": {
"entryPoints": ["src/vue-serial.ts"],
Expand Down
1 change: 1 addition & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ export default defineConfig(({ mode }) => {
if(mode == "library") {
config.build = {
outDir: "dist",
sourcemap: true,
lib: {
entry: "./src/vue-serial.ts",
name: "VueSerial",
Expand Down

0 comments on commit 22b6eb6

Please sign in to comment.