Skip to content

Commit

Permalink
fix: auto.js fix
Browse files Browse the repository at this point in the history
  • Loading branch information
calimanco committed Mar 25, 2021
1 parent edbfd8b commit 2bd8aa6
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 15,780 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ compiled
.rpt2_cache
docs
keys.json
package-lock.json
4 changes: 3 additions & 1 deletion auto.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
'use strict'

require('./dist/promise-polyfill-plus.umd.js').autoPolyfill()
const { join } = require('path')
const { main } = require('./package.json')
require(join(__dirname, main)).autoPolyfill()
Loading

0 comments on commit 2bd8aa6

Please sign in to comment.