Skip to content

Commit

Permalink
use minified version of axios (#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
techknowlogick committed Mar 7, 2019
1 parent 06a4c0d commit 8f0b872
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -15,7 +15,7 @@
},
"alias": {
"vue": "./node_modules/vue/dist/vue.common.js",
"axios": "./node_modules/axios/dist/axios.js",
"axios": "./node_modules/axios/dist/axios.min.js",
"cookies": "./node_modules/js-cookie/src/js.cookie.js"
}
}

0 comments on commit 8f0b872

Please sign in to comment.