This is a webpack issue. Try adding target: 'node', to your webpack.config.js module.exports = { entry: './app/javascripts/app.js', target: 'node', ...
確定! 回上一頁