Skip to content

Commit

Permalink
fix(plugin): add missing $ prefix to globalName (#356)
Browse files Browse the repository at this point in the history
  • Loading branch information
ricosmall committed Apr 27, 2020
1 parent b46693b commit 47788bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/plugin.js
Expand Up @@ -2,7 +2,7 @@ import Axios from 'axios'
import defu from 'defu'
<% if (options.retry) { %>import axiosRetry from 'axios-retry'<% } %>

const globalName = '<%= globalName %>'
const globalName = '$<%= globalName %>'

// Axios.prototype cannot be modified
const axiosExtra = {
Expand Down

0 comments on commit 47788bd

Please sign in to comment.