Skip to content

Commit 2f05be8

Browse files
committed
chore(rollup): replacing IIFE with UMD modules
1 parent 7ba75a2 commit 2f05be8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/rollup.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const RollUpConfig = {
2323
{
2424
name: 'VueRequest',
2525
file: './dist/vue-request.min.js',
26-
format: 'iife',
26+
format: 'umd',
2727
exports: 'named',
2828
extend: true,
2929
plugins: [terser()],

0 commit comments

Comments
 (0)