Skip to content

Commit 6f36904

Browse files
committed
🐛 (rollup.conf) fix removed parameter name to fix iife generation
1 parent 2277319 commit 6f36904

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configs/rollup.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,13 +129,13 @@ function CreateRollupConfigs( options ) {
129129
'use strict'
130130

131131
const {
132-
name,
133132
input,
134133
output,
135134
formats,
136135
envs,
137136
treeshake
138137
} = options
138+
const name = getPrettyPackageName()
139139
const fileName = path.basename( input, '.js' )
140140

141141
const configs = []

0 commit comments

Comments
 (0)