Skip to content
This repository was archived by the owner on Feb 18, 2024. It is now read-only.

react-components: Remove redundant configuration #1093

Merged
merged 1 commit into from
Sep 11, 2018
Merged

react-components: Remove redundant configuration #1093

merged 1 commit into from
Sep 11, 2018

Conversation

edmorley
Copy link
Member

Since for NODE_ENV !== 'development':

  • The html option is already set to false, meaning no html plugins need to be deleted.
  • Production hints are already enabled by default in webpack 4, for target: 'web'.
  • The source map can now be configured via options (Add devtool option to web preset #1062).

Since for `NODE_ENV !== 'development'`:
* The `html` option is already set to `false`, meaning no html
  plugins need to be deleted.
* Production hints are already enabled by default in webpack 4, for
  `target: 'web'`
* The source map can now be configured via options (#1062)
@edmorley edmorley added this to the v9 milestone Sep 11, 2018
@edmorley edmorley self-assigned this Sep 11, 2018
@edmorley edmorley merged commit b212d1c into neutrinojs:master Sep 11, 2018
@edmorley edmorley deleted the react-components-cleanup branch September 11, 2018 18:27
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Development

Successfully merging this pull request may close these issues.

2 participants