Skip to content
Snippets Groups Projects
Unverified Commit 3a67ddc1 authored by Ariya Hidayat's avatar Ariya Hidayat Committed by GitHub
Browse files

Rename NODE_ENV to WEBPACK_BUNDLE (#18087)

NODE_ENV interferes with other tools (e.g. `yarn` won't pull
devDependencies). Since what we need is only a flag indicating Webpack
to bundle for production vs developement, invent our own env.

This also solves the mystery of unable to call `yarn build` in the build
script `bin/build-mb/src/build.clj`.
parent c7b2fd5c
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment