first stab at supporting Rollup (#130)

This commit is contained in:
Rich Harris
2018-08-25 12:42:27 -04:00
parent 24f2855f89
commit 9cbb8bdc33
11 changed files with 276 additions and 107 deletions

1
rollup.js Normal file
View File

@@ -0,0 +1 @@
module.exports = require('./dist/rollup.ts.js');