Advertisement
Guest User

Untitled

a guest
Jan 31st, 2017
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1. > Using "webpack" config function defined in next.config.js.
  2. { Error: commons.js from UglifyJs
  3. SyntaxError: Unexpected token: name (Routes) [commons.js:66085,6]
  4. at /node_modules/next/dist/server/build/index.js:122:21
  5. at /node_modules/webpack/lib/Compiler.js:256:15
  6. at Compiler.emitRecords (/node_modules/webpack/lib/Compiler.js:348:37)
  7. at /node_modules/webpack/lib/Compiler.js:249:12
  8. at /node_modules/webpack/lib/Compiler.js:341:11
  9. at next (/node_modules/tapable/lib/Tapable.js:154:11)
  10. at Compiler.compiler.plugin (/node_modules/webpack/lib/performance/SizeLimitsPlugin.js:99:4)
  11. at Compiler.applyPluginsAsyncSeries1 (/node_modules/tapable/lib/Tapable.js:158:13)
  12. at Compiler.afterEmit (/node_modules/webpack/lib/Compiler.js:338:8)
  13. at Compiler.<anonymous> (/node_modules/webpack/lib/Compiler.js:333:14)
  14. errors: [ 'commons.js from UglifyJs\nSyntaxError: Unexpected token: name (Routes) [commons.js:66085,6]' ],
  15. warnings: [] }
  16. error Command failed with exit code 1.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement