Skip to content

Commit

Permalink
try new build options
Browse files Browse the repository at this point in the history
  • Loading branch information
thednp committed Oct 28, 2024
1 parent 5e6ee74 commit 694a7a5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -257,8 +257,6 @@ import getElementsByTagName from "./selectors/getElementsByTagName";
import getElementsByClassName from "./selectors/getElementsByClassName";
import matches from "./selectors/matches";

import { version } from "../package.json";

import type {
NavigatorUA,
NavigatorUABrand,
Expand Down Expand Up @@ -303,6 +301,8 @@ import type {
WheelEventHandler,
} from "./interface/event.d";

import { version } from "../package.json";

export {
abortEvent,
addClass,
Expand Down
1 change: 1 addition & 0 deletions vite.config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ export default defineConfig({
esbuild: {
legalComments: 'none',
minifyIdentifiers: false,
treeShaking: true,
},
plugins: [
dts({
Expand Down

0 comments on commit 694a7a5

Please sign in to comment.