Recently, I learned from webpack that common.js, would like to ask what environment common.js should run in.

I created a new js file, and when I called the require method in it, I was prompted that the require method was not defined. Is common.js a library like jquery that needs to be referenced first?

Mar.02,2021

commonjs is generally found in node environments

Menu