Coder Social home page Coder Social logo

Comments (3)

chentsulin avatar chentsulin commented on May 18, 2024 2

NODE_ENV=production only set process.env.NODE_ENV to production in node environment. In frontend code which run on browsers, it should be replaced with webpack DefinePlugin, Otherwise, you will get a

Uncaught ReferenceError: process is not defined(…)

from react-transform-boilerplate.

theneva avatar theneva commented on May 18, 2024

Oh. Upon further investigation, setting NODE_ENV=production in the package.json script has to do with selecting .babelrc environment.

However, removing the plugin code setting NODE_ENV from webpack.config.prod.js does not seem to affect anything as long as NODE_ENV=production is set by the NPM script. That is, unless you for some reason would invoke webpack without going through the script.

Can I safely remove the plugin code setting NODE_ENV in webpack.config.prod.js in my own project without worrying about side effects?

from react-transform-boilerplate.

theneva avatar theneva commented on May 18, 2024

Okay, I get it now. Thanks! We have no environment-specific code in the front-end app, so I'll leave it out and hope it doesn't bite me.

from react-transform-boilerplate.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.