diff --git a/src/index.js b/src/index.js index c4db0d0..5935e25 100755 --- a/src/index.js +++ b/src/index.js @@ -68,7 +68,6 @@ const serverStr = ` },` const proxyStr = ` proxy: { - // eslint-disable-next-line no-useless-escape '^(.+)\\\\.php': 'http://localhost:8000/', },` if (!viteConfigFileContent.match(regexStartOfServer)) {