Skip to content
Snippets Groups Projects
  • Ariya Hidayat's avatar
    3a67ddc1
    Rename NODE_ENV to WEBPACK_BUNDLE (#18087) · 3a67ddc1
    Ariya Hidayat authored
    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`.
    Rename NODE_ENV to WEBPACK_BUNDLE (#18087)
    Ariya Hidayat authored
    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`.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
This project manages its dependencies using yarn. Learn more