@sweetui/sweet-mobile
Advanced tools
Comparing version 2.3.2 to 2.3.3
{ | ||
"name": "@sweetui/sweet-mobile", | ||
"version": "2.3.2", | ||
"version": "2.3.3", | ||
"description": "Sweet Mobile Core", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -74,3 +74,3 @@ import axios from 'axios'; | ||
if (url.startsWith(prefix)) { | ||
url = target + url.replace(process.env.NODE_ENV !== 'development' ? prefix : '', '') | ||
url = url.replace(process.env.NODE_ENV !== 'development' ? prefix : '', '') | ||
break | ||
@@ -77,0 +77,0 @@ } |
155857