We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39609cb commit 9efb91bCopy full SHA for 9efb91b
1 file changed
changes.md
@@ -8,9 +8,13 @@
8
defaults to true when using :modules.
9
* Add :webworker & :nashorn target
10
* 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"]).
15
16
### Changes
-* * 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
18
* AOTed ClojureScript artifact is now the default, for sources only use the
19
"slim" Maven classifier
20
* Bump Closure Compiler
0 commit comments