Skip to content

Commit a7080a5

Browse files
authored
Use iife format for Rollup (#141)
1 parent 20c5084 commit a7080a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/install/rollup/rollup.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
input: "app/javascript/application.js",
55
output: {
66
file: "app/assets/builds/application.js",
7-
format: "es",
7+
format: "iife",
88
inlineDynamicImports: true,
99
sourcemap: true
1010
},

0 commit comments

Comments
 (0)