diff --git a/server.js b/server.js index d5e452f950..f7b7e0e7ad 100644 --- a/server.js +++ b/server.js @@ -1,10 +1,9 @@ /* eslint-env node */ -// This file doesn't go through babel or webpack transformation. -// Make sure the syntax and sources this file requires are compatible with the -// current node version you are running. -// See https://github.com/zeit/next.js/issues/1245 for discussions on Universal -// Webpack or universal Babel. +// This file doesn't go through babel or webpack transformation. Make sure the +// syntax and sources this file requires are compatible with the current Node.js +// version you are running. (See https://github.com/zeit/next.js/issues/1245 for +// discussions on universal Webpack vs universal Babel.) const { createServer } = require('http') const { parse } = require('url')