Fork me on GitHub
#shadow-cljs
<
2017-12-12
>
Jon09:12:35

just want to see if it will work correctly...

thheller10:12:40

@jiyinyiyong :entries supports strings and they current expect full paths

thheller10:12:16

so you could use "/src/main.js" as the entry in the config. but it is not currently supported to specify devtools and such since that expects cljs namespaces

thheller10:12:30

@mhuebert it should, if it doesn’t open a ticket please

thheller10:12:53

@hagmonk extending classes is possible yes, just not very pretty, see https://gist.github.com/thheller/7f530b34de1c44589f4e0671e1ef7533

Jon13:12:57

Is "./src/main.js" support? that's the common syntax in Node since Node prefers relative paths that start with ./

thheller14:12:18

not for entries since there is nothing to be relative to

thheller14:12:44

I can probably change it to use the project root as the default so it can be relative to that