Remove CRA stuff, revert to custom webpack config

This commit is contained in:
MICHAEL JACKSON
2017-12-14 08:21:45 -08:00
parent 9c042e6368
commit f2daafadfb
28 changed files with 2097 additions and 2490 deletions

View File

@ -0,0 +1,5 @@
{
"env": {
"jest": true
}
}

View File

@ -1,7 +1,7 @@
const url = require("url")
const validatePackageName = require("./validatePackageName")
const URLFormat = /^\/((?:@[^\/@]+\/)?[^\/@]+)(?:@([^\/]+))?(\/.*)?$/
const URLFormat = /^\/((?:@[^/@]+\/)?[^/@]+)(?:@([^/]+))?(\/.*)?$/
function decodeParam(param) {
if (param) {