aboutsummaryrefslogtreecommitdiff
path: root/lib/sumo.js
diff options
context:
space:
mode:
authorRubén Beltrán del Río <ben@nsovocal.com>2018-04-22 16:40:39 -0500
committerGitHub <noreply@github.com>2018-04-22 16:40:39 -0500
commitf45bcde17fe0a8849e647ac843106fb51d2e8971 (patch)
tree92ce036ffb5cbcae446c4ad74c6dcbf5cb690156 /lib/sumo.js
parent493ec31cb19b4211c703762d14a4e6232c4c2143 (diff)
Use Parcel (#5)
* Replace webpack with parcel * Use relative paths on the main index * Include the babel polyfill * Add missing semicolon * Add hooks to lint before commits * Delete webpack config
Diffstat (limited to 'lib/sumo.js')
-rw-r--r--lib/sumo.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/sumo.js b/lib/sumo.js
index d79826f..daa7e94 100644
--- a/lib/sumo.js
+++ b/lib/sumo.js
@@ -1,3 +1,4 @@
+import 'babel-polyfill';
import PhysicsWorldControlSystem from './systems/physics_world_control';
import PhysicsToAttributesSystem from './systems/physics_to_attributes';
import CreateCouplingLineSystem from './systems/create_coupling_line';