Skip to content

Commit

Permalink
chore(rollup): replacing IIFE with UMD modules
Browse files Browse the repository at this point in the history
  • Loading branch information
John60676 committed Jan 21, 2022
1 parent 7ba75a2 commit 2f05be8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const RollUpConfig = {
{
name: 'VueRequest',
file: './dist/vue-request.min.js',
format: 'iife',
format: 'umd',
exports: 'named',
extend: true,
plugins: [terser()],
Expand Down

0 comments on commit 2f05be8

Please sign in to comment.