react-kindling icon indicating copy to clipboard operation
react-kindling copied to clipboard

client configuration using webpack to serve is not working

Open bpetersen opened this issue 10 years ago • 2 comments

There's a few issues I see:

  1. line 116 gulpfile.js should be !release?
  2. gulp missing a build step for styles? I see images, assets, fonts, hint, and html, but none for styles.

bpetersen avatar May 01 '15 12:05 bpetersen

Ah, I see the webpack step also. This is where styles and babel transform happens. But doesn't this result need to get piped out to the build directory for webpack to serve it?

bpetersen avatar May 01 '15 12:05 bpetersen

Now I see the output property in the webpack.config.js file. I've verified it to be ../build/dev, but still no css or js files in that directory. I don't know enough about webpack to troubleshoot this. Any help would be greatly appreciated.

bpetersen avatar May 01 '15 12:05 bpetersen