Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Convince Webpack to use development on CI #14593

Merged
merged 3 commits into from
Jul 17, 2020
Merged

Conversation

jryans
Copy link
Collaborator

@jryans jryans commented Jul 17, 2020

This removes and cleans up a few bits that were getting in the way of actually getting development mode builds on develop.element.io.

Reviewer: Perhaps easiest to review commit by commit.

Fixes #14586

jryans added 3 commits July 17, 2020 14:18
We don't need to manually define `NODE_ENV` in the Webpack config, nor do we
need to set it outside Webpack with `cross-env` either, as Webpack's modes will
take care of this for us.
This option is redundant, as it means the same as `--mode production`, and it
prevents us from tweaking the mode via `CI_PACKAGE`.
@jryans jryans requested a review from a team July 17, 2020 15:10
@jryans jryans merged commit f254a80 into develop Jul 17, 2020
refi64 added a commit to refi64/riot-web-lc that referenced this pull request Jul 28, 2020
[Full Changelog](element-hq/element-web@v1.7.1...v1.7.2)
* Upgrade to React SDK 3.0.0 and JS SDK 8.0.0
* Update from Weblate
[\element-hq#14778](element-hq#14778)
* Capitalize letters
[\element-hq#14566](element-hq#14566)
* Configure eslint package and fix lint issues
[\element-hq#14673](element-hq#14673)
* Riot → Element
[\element-hq#14581](element-hq#14581)
* Remove labs info for the new room list
[\element-hq#14603](element-hq#14603)
* Convince Webpack to use development on CI
[\element-hq#14593](element-hq#14593)
* Move dev dep to the right place
[\element-hq#14572](element-hq#14572)
* Bump lodash from 4.17.15 to 4.17.19
[\element-hq#14552](element-hq#14552)
* Update all mobile links to match marketing site
[\element-hq#14541](element-hq#14541)
@t3chguy t3chguy deleted the jryans/dev-mode-react branch May 12, 2022 09:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Develop is using production builds of React
2 participants