Skip to content

Commit

Permalink
test new tooling
Browse files Browse the repository at this point in the history
  • Loading branch information
thednp committed Oct 28, 2024
1 parent a5610d2 commit d63760b
Show file tree
Hide file tree
Showing 9 changed files with 1,211 additions and 1,203 deletions.
2 changes: 1 addition & 1 deletion dist/bootstrap-native.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/bootstrap-native.cjs.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/bootstrap-native.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/bootstrap-native.js.map

Large diffs are not rendered by default.

2,392 changes: 1,196 additions & 1,196 deletions dist/bootstrap-native.mjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/bootstrap-native.mjs.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/assets/js/bootstrap-native.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/assets/js/bootstrap-native.js.map

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions vite.config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ export default defineConfig({
},
esbuild: {
legalComments: 'none',
minifyIdentifiers: false,
},
plugins: [
dts({
Expand All @@ -35,6 +36,13 @@ export default defineConfig({
build: {
emptyOutDir: true,
target: 'ESNext',
outDir: 'dist',
rollupOptions: {
preserveEntrySignatures: "strict",
output: {
compact: true
}
},
lib: {
entry: [
resolve(__dirname, 'src/index.ts'), // main file
Expand Down

0 comments on commit d63760b

Please sign in to comment.