We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b46693b commit 47788bdCopy full SHA for 47788bd
lib/plugin.js
@@ -2,7 +2,7 @@ import Axios from 'axios'
2
import defu from 'defu'
3
<% if (options.retry) { %>import axiosRetry from 'axios-retry'<% } %>
4
5
-const globalName = '<%= globalName %>'
+const globalName = '$<%= globalName %>'
6
7
// Axios.prototype cannot be modified
8
const axiosExtra = {
0 commit comments