refactor: Remove babel/register for instant production server startup

This commit is contained in:
Tom Moor
2020-08-23 19:10:16 -07:00
parent 70838918c3
commit e8719340d1
13 changed files with 305 additions and 285 deletions

View File

@@ -16,7 +16,7 @@ const prefetchTags = [
try {
const manifest = fs.readFileSync(
path.join(__dirname, "../../dist/manifest.json"),
path.join(__dirname, "../../build/app/manifest.json"),
"utf8"
);
const manifestData = JSON.parse(manifest);