first pass splitting js into commonjs modules

This commit is contained in:
Nabeel Shahzad
2018-03-12 17:30:52 -05:00
parent 843cf26140
commit 17f9464208
19 changed files with 1039 additions and 5 deletions

View File

@@ -0,0 +1,5 @@
require('./../bootstrap');
// Import the mapping function
window.phpvms.map = require('../maps/index');