From f98b65796f40f6190b84ab8130d9d677bba0b099 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Mon, 22 Jul 2019 12:18:56 -0700 Subject: [PATCH] [New] add `auto` entry point --- auto.js | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 auto.js diff --git a/auto.js b/auto.js new file mode 100644 index 0000000..8ebf606 --- /dev/null +++ b/auto.js @@ -0,0 +1,3 @@ +'use strict'; + +require('./shim')();