Skip to content

Commit

Permalink
remove unused JS option (undocument, and not working anyways)
Browse files Browse the repository at this point in the history
  • Loading branch information
thheller committed Apr 5, 2019
1 parent be0f1ee commit af72948
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/main/shadow/cljs/devtools/server/util.clj
Expand Up @@ -91,10 +91,7 @@
(cond->
node-modules-dir
(assoc :node-modules-dir node-modules-dir)

(get-in build-config [:js-options :prefer-esm])
(assoc :entry-keys ["module" "jsnext:main" "browser" "main"]
:extensions [".mjs" ".js" ".json"])))]
))]

(-> (build-api/init)
(build-api/with-npm npm)
Expand Down

0 comments on commit af72948

Please sign in to comment.