Skip to content

Commit f5bb909

Browse files
authored
test(bundlers): switch vite canary output format to es (#8169)
1 parent 22281e3 commit f5bb909

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/bundlers/vite.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { defineConfig } from "vite";
22
export default defineConfig({
33
build: {
4-
lib: { entry: "./web-application-sample.ts", formats: ["umd"], name: "AwsSdkCanary" },
4+
lib: { entry: "./web-application-sample.ts", formats: ["es"], name: "AwsSdkCanary" },
55
outDir: "./dist/vite",
66
minify: false,
77
sourcemap: false,

0 commit comments

Comments
 (0)