Drop ESM support (#2366)

* Drop ESM support

* Add `"unpkg"` field
This commit is contained in:
Isiah Meadows 2019-05-29 09:24:10 -04:00 committed by GitHub
parent 9b38e41fd6
commit b17b00e9eb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 7 additions and 2248 deletions

View file

@ -21,8 +21,6 @@ before_script:
- npm run build-browser
# Pass -save so it'll update the readme as well
- npm run build-min -- -save
# must run after build-min in order to generate min.mjs
- npm run build-esm
# Run tests, lint, and then check for perf regressions
script:
@ -85,8 +83,6 @@ deploy:
file:
- "mithril.js"
- "mithril.min.js"
- "mithril.mjs"
- "mithril.min.mjs"
skip_cleanup: true
draft: true
on: