Skip to content

Commit

Permalink
build - remove copy task from missing dep
Browse files Browse the repository at this point in the history
  • Loading branch information
kumavis committed May 29, 2020
1 parent 6ad4655 commit 6092881
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ function privateClassElements (str) {

compile('acorn-bigint', './lib/bigint/index.js')
compile('acorn-numeric-separator', './lib/numeric-separator/index.js')
compile('acorn-dynamic-import', './lib/dynamic-import/index.js')
compile('acorn-import-meta', './lib/import-meta/index.js')
compile('acorn-export-ns-from', './lib/export-ns-from/index.js')
compile('acorn-class-fields', './lib/class-fields/index.js', privateClassElements)
Expand Down

0 comments on commit 6092881

Please sign in to comment.