begins refactoring frontend into src, moves babel-register to src

This commit is contained in:
James
2019-10-04 16:07:06 -04:00
parent 08c112bdaa
commit 69f8ef881a
149 changed files with 288 additions and 894 deletions

5
index.js Normal file
View File

@@ -0,0 +1,5 @@
require('@babel/register')({
ignore: [/(node_modules)/]
});
module.exports = require('./src');