figwheel 2018-10-04

on further study I can use the --init option on the command line to do this without the trick

ah yes good idea

@pesterhazy I’m wondering if we could come up with a pre-hook https://figwheel.org/config-options#pre-build-hooks that detects bundle file changes and reruns webpack

@pesterhazy has joined the channel

darn I meant to put this in #figwheel-main

Then I could add an option to :npm > :watch-n-webpack true

:watch-n-webpack [`src/js/index.js`]

@bhauman I guess you know that 1.10.0-alpha8 gives spec errors on ns with figwheel

did that solve it?

this is supposed to be fixed in 0.1.9

ah ok, my bad was running 0.1.8

I didn’t get the memo 😉

all appears to be well again

@raymcdermott are you using NPM libraries at all?

in your figwheel.main project?

no, all from cljsjs

I’m writing a very detailed doc on how to use NPM

that’s why I was curious