Skip to content

Commit 47788bd

Browse files
authored
fix(plugin): add missing $ prefix to globalName (#356)
1 parent b46693b commit 47788bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/plugin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import Axios from 'axios'
22
import defu from 'defu'
33
<% if (options.retry) { %>import axiosRetry from 'axios-retry'<% } %>
44

5-
const globalName = '<%= globalName %>'
5+
const globalName = '$<%= globalName %>'
66

77
// Axios.prototype cannot be modified
88
const axiosExtra = {

0 commit comments

Comments
 (0)