Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(plugins): warning about overwriting process via DefinePlugin (#1308
) See these issues for references: egoist/poi#193 https://github.com/chentsulin/electron-react-boilerplate/pull/245/files Basically using something like the below example will break the process object compatibility that webpack includes. This just gives a warning about that. ```javascript new webpack.DefinePlugin({ process: { env: { NODE_ENV: JSON.stringify('production') } } }) ```
- Loading branch information