Skip to content

Commit

Permalink
chore: sideEffects false
Browse files Browse the repository at this point in the history
  • Loading branch information
Dongkyuuuu committed Sep 29, 2021
1 parent be26d5b commit 12b7361
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"license": "MIT",
"main": "dist/vue3-naver-maps.js",
"types": "dist/vue3-naver-maps.d.ts",
"sideEffects": false,
"files": [
"dist/*.js",
"dist/vue3-naver-maps.d.ts",
Expand Down
12 changes: 7 additions & 5 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,18 @@ import NaverRectangle from "./components/Rectangle.vue";
// export * from "./apis";
export { naverV3 } from "./types";

/**
* Export Components
*/
export {
/**
* Export Components
*/
NaverMaps,
NaverMarker,
NaverInfoWindow,
NaverCircle,
NaverEllipse,
NaverRectangle,
/**
* default
*/
install as default,
};

export default install;

0 comments on commit 12b7361

Please sign in to comment.