Load the module in Node.js using CommonJS: $ node > const MyModuleName = require('./dist/bundle'); > console.log(MyModuleName);
確定! 回上一頁