Guest User

Untitled

a guest
Sep 24th, 2018
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.80 KB | None | 0 0
  1. [Show/hide message details.] TypeError: undefined is not a constructor[Learn More] build.js:1:182494
  2. <anonymous>
  3. http://localhost:25555/static/dist/build.js:1:182494
  4. <anonymous>
  5. http://localhost:25555/static/dist/build.js:1:181955
  6. r
  7. http://localhost:25555/static/dist/build.js:1:96
  8. <anonymous>
  9. http://localhost:25555/static/dist/build.js:1:4377
  10. r
  11. http://localhost:25555/static/dist/build.js:1:96
  12. <anonymous>
  13. http://localhost:25555/static/dist/build.js:1:247068
  14. r
  15. http://localhost:25555/static/dist/build.js:1:96
  16. <anonymous>
  17. http://localhost:25555/static/dist/build.js:1:457
  18. <anonymous>
  19. http://localhost:25555/static/dist/build.js:1:2
  20. What is expected?
  21. App shows normaly
  22.  
  23. '{
  24. "name": "chatbotmariana",
  25. "description": "A Vue.js project",
  26. "version": "1.0.0",
  27. "author": "Ranieri Abreu Silva Junior <rabreu@indracompany.com>",
  28. "license": "MIT",
  29. "private": true,
  30. "scripts": {
  31. "dev": "cross-env NODE_ENV=development webpack-dev-server --open --hot",
  32. "build": "cross-env NODE_ENV=production webpack --progress --hide-modules",
  33. "prod": "cross-env NODE_ENV=development webpack-dev-server --port 80 --hot --host 0.0.0.0"
  34. },
  35. "dependencies": {
  36. "axios": "^0.18.0",
  37. "compression": "^1.7.3",
  38. "express-minify": "^1.0.0",
  39. "jquery": "^3.3.1",
  40. "popper.js": "^1.14.4",
  41. "vue": "^2.5.17",
  42. "vue-resource": "^1.5.1",
  43. "vue-router": "^3.0.1"
  44. },
  45. "browserslist": [
  46. "> 1%",
  47. "last 2 versions",
  48. "not ie <= 8"
  49. ],
  50. "devDependencies": {
  51. "babel-core": "^6.26.0",
  52. "babel-loader": "^7.1.5",
  53. "babel-preset-env": "^1.6.0",
  54. "babel-preset-stage-3": "^6.24.1",
  55. "cross-env": "^5.0.5",
  56. "css-loader": "^0.28.7",
  57. "file-loader": "^1.1.4",
  58. "vue-loader": "^13.7.3",
  59. "vue-template-compiler": "^2.5.17",
  60. "webpack": "^3.6.0",
  61. "webpack-dev-server": "^2.11.3"
  62. }
  63. }
Add Comment
Please, Sign In to add comment