Remove CRA stuff, revert to custom webpack config
This commit is contained in:
5
server/utils/__tests__/.eslintrc
Normal file
5
server/utils/__tests__/.eslintrc
Normal file
@ -0,0 +1,5 @@
|
||||
{
|
||||
"env": {
|
||||
"jest": true
|
||||
}
|
||||
}
|
||||
@ -1,7 +1,7 @@
|
||||
const url = require("url")
|
||||
const validatePackageName = require("./validatePackageName")
|
||||
|
||||
const URLFormat = /^\/((?:@[^\/@]+\/)?[^\/@]+)(?:@([^\/]+))?(\/.*)?$/
|
||||
const URLFormat = /^\/((?:@[^/@]+\/)?[^/@]+)(?:@([^/]+))?(\/.*)?$/
|
||||
|
||||
function decodeParam(param) {
|
||||
if (param) {
|
||||
|
||||
Reference in New Issue
Block a user