Skip to content
This repository has been archived by the owner on Apr 12, 2020. It is now read-only.
This repository has been archived by the owner on Apr 12, 2020. It is now read-only.

webpack-hot-middleware #15

Open
Open
@pmirandaarias

Description

According to https://github.com/glenjamin/webpack-hot-middleware

  1. Add the following plugins to the plugins array:

plugins: [
// OccurenceOrderPlugin is needed for webpack 1.x only
new webpack.optimize.OccurenceOrderPlugin(),
new webpack.HotModuleReplacementPlugin(),
new webpack.NoErrorsPlugin()
]
Occurence ensures consistent build hashes, hot module replacement is somewhat self-explanatory, no errors is used to handle errors more cleanly.

react-material-admin-template use "webpack": "1.13.1", the OccurenceOrderPlugin isn't in the webpack config files.

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions