Closed zedtux closed 8 years ago
I checked out https://github.com/chentsulin/electron-react-boilerplate and I'm not seeing that error:
git clone https://github.com/chentsulin/electron-react-boilerplate.git
cd electron-react-boilerplate
npm i -S github4
npm i
npm run hot-server
.....
webpack: bundle is now VALID.
Open another console tab
npm run start-hot
> electron-react-boilerplate@0.7.0 start-hot /Users/joegallo/dev/electron-react-boilerplate
> better-npm-run start-hot
running better-npm-run in /Users/joegallo/dev/electron-react-boilerplate
Executing script: start-hot
to be executed: electron ./
(electron) companyName is now a required option to crashReporter.start
Thank you @kaizensoze, I'll double check.
As stated previously, I'm building a project using a fork of the electron-react-boilerplate which uses webpack.
Starting the server using
npm run hot-server
is failing with the following output:I have solved this by adding the
json-loader
package to mypackages.json
file :and then update the
webpack.config.base.js
file adding the following: