7 lines
657 B
Plaintext
7 lines
657 B
Plaintext
|
{:id "$PLATFORM$"
|
||
|
:source-paths ["src" "env/dev"]
|
||
|
:figwheel true
|
||
|
:compiler {:output-to "target/$PLATFORM$/not-used.js"
|
||
|
:main "env.$PLATFORM$.main"
|
||
|
:output-dir "target/$PLATFORM$"
|
||
|
:optimizations :none}}
|