Skip to content

Commit 9efb91b

Browse files
Jannis Pohlmannswannodette
authored andcommitted
Document the new :package-json-resolution option in the changes file
1 parent 39609cb commit 9efb91b

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

changes.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,13 @@
88
defaults to true when using :modules.
99
* Add :webworker & :nashorn target
1010
* pREPL implementation (usage requires Clojure 1.10.0-alpha)
11+
* Add :package-json-resolution build option, allowing to choose which
12+
package.json entries are being used; defaults to :webpack (if no :target
13+
is set) or :nodejs (if the :target is :nodejs); also supports a custom
14+
vector of entries (e.g. ["browser", "main"]).
1115

1216
### Changes
13-
* * CLJS-2592: :npm-deps using ES6 modules with .mjs extensions are not detected correctly
17+
* CLJS-2592: :npm-deps using ES6 modules with .mjs extensions are not detected correctly
1418
* AOTed ClojureScript artifact is now the default, for sources only use the
1519
"slim" Maven classifier
1620
* Bump Closure Compiler

0 commit comments

Comments
 (0)