Closed coopy closed 8 years ago
The webpack hot config baseModule mutation was using plural "loaders", but the webpack dev configuration was using singular "loader". Fixed that.
Now using --inline webpack-dev-server option.
--inline
Also change docs entry point to entry.jsx for consistency.
entry.jsx
Approved pending merge. PRs to core, pie and chart look good too.
The webpack hot config baseModule mutation was using plural "loaders", but the webpack dev configuration was using singular "loader". Fixed that.
Now using
--inline
webpack-dev-server option.Also change docs entry point to
entry.jsx
for consistency.