Advertisement
Guest User

Untitled

a guest
Jul 17th, 2019
295
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. webpack-dev-server --config webpack.dev.js
  2.  
  3. i 「wds」: Project is running at http://localhost:8080/
  4. i 「wds」: webpack output is served from /
  5. i 「wds」: Content not from webpack is served from ./client/
  6. i 「wds」: 404s will fallback to app.html
  7. babel-preset-env: `DEBUG` option
  8.  
  9. Using targets:
  10. {
  11.   "chrome": "74",
  12.   "android": "4.4.3",
  13.   "edge": "17",
  14.   "firefox": "66",
  15.   "ie": "11",
  16.   "ios": "12",
  17.   "safari": "12"
  18. }
  19.  
  20. Modules transform: false
  21.  
  22. Using plugins:
  23.   check-es2015-constants {"android":"4.4.3","ie":"11"}
  24.   transform-es2015-arrow-functions {"android":"4.4.3","ie":"11"}
  25.   transform-es2015-block-scoped-functions {"android":"4.4.3"}
  26.   transform-es2015-block-scoping {"android":"4.4.3","ie":"11"}
  27.   transform-es2015-classes {"android":"4.4.3","ie":"11"}
  28.   transform-es2015-computed-properties {"android":"4.4.3","ie":"11"}
  29.   transform-es2015-destructuring {"android":"4.4.3","edge":"17","ie":"11"}
  30.   transform-es2015-duplicate-keys {"android":"4.4.3","ie":"11"}
  31.   transform-es2015-for-of {"android":"4.4.3","ie":"11"}
  32.   transform-es2015-function-name {"android":"4.4.3","edge":"17","ie":"11"}
  33.   transform-es2015-literals {"android":"4.4.3","ie":"11"}
  34.   transform-es2015-object-super {"android":"4.4.3","ie":"11"}
  35.   transform-es2015-parameters {"android":"4.4.3","ie":"11"}
  36.   transform-es2015-shorthand-properties {"android":"4.4.3","ie":"11"}
  37.   transform-es2015-spread {"android":"4.4.3","ie":"11"}
  38.   transform-es2015-sticky-regex {"android":"4.4.3","ie":"11"}
  39.   transform-es2015-template-literals {"android":"4.4.3","ie":"11"}
  40.   transform-es2015-typeof-symbol {"android":"4.4.3","ie":"11"}
  41.   transform-es2015-unicode-regex {"android":"4.4.3","ie":"11"}
  42.   transform-regenerator {"android":"4.4.3","ie":"11"}
  43.   transform-exponentiation-operator {"android":"4.4.3","ie":"11"}
  44.   transform-async-to-generator {"android":"4.4.3","ie":"11"}
  45.   syntax-trailing-function-commas {"android":"4.4.3","ie":"11"}
  46. × 「wdm」: Hash: af9400472ba4204606bd
  47. Version: webpack 4.36.1
  48. Time: 27352ms
  49. Built at: 2019-07-17 2:42:55 PM
  50.                                  Asset      Size     Chunks             Chunk Names
  51.                     ../client/app.html  1.31 KiB             [emitted]
  52.   674f50d287a8c48dc19ba404d20fe713.eot   162 KiB             [emitted]
  53.   912ec66d7572ff821749319396470bde.svg   434 KiB             [emitted]
  54. af7ae505a9eed503f8b8e6982036873e.woff2  75.4 KiB             [emitted]
  55.                          app.bundle.js     4 MiB        app  [emitted]  app
  56.                      app.bundle.js.map  4.18 MiB        app  [emitted]  app
  57.   b06871f281fee6b241d60582ae9369b9.ttf   162 KiB             [emitted]
  58.  fee66e712a8a08eef5805a46892932ad.woff  95.7 KiB             [emitted]
  59.                    polyfills.bundle.js   514 KiB  polyfills  [emitted]  polyfills
  60.                polyfills.bundle.js.map   587 KiB  polyfills  [emitted]  polyfills
  61.                       vendor.bundle.js   902 KiB     vendor  [emitted]  vendor
  62.                   vendor.bundle.js.map  1.05 MiB     vendor  [emitted]  vendor
  63. Entrypoint app = app.bundle.js app.bundle.js.map
  64. Entrypoint polyfills = polyfills.bundle.js polyfills.bundle.js.map
  65. Entrypoint vendor = vendor.bundle.js vendor.bundle.js.map
  66.  
  67. WARNING in ./node_modules/@angular/core/fesm5/core.js 4982:15-36
  68. System.import() is deprecated and will be removed soon. Use import() instead.
  69. For more info visit https://webpack.js.org/guides/code-splitting/
  70.  @ ./client/app/app.js 12:12-36
  71.  
  72. WARNING in ./node_modules/@angular/core/fesm5/core.js 4994:15-102
  73. System.import() is deprecated and will be removed soon. Use import() instead.
  74. For more info visit https://webpack.js.org/guides/code-splitting/
  75.  @ ./client/app/app.js 12:12-36
  76.  
  77. ERROR in ./client/app/main/main.component.js
  78. Module build failed (from ./node_modules/babel-loader/lib/index.js):
  79. SyntaxError: C:/Users/JEFTER/pokemon-manager/client/app/main/main.component.js: Unexpected token, expected , (21:30)
  80.  
  81.   19 |     ngOnInit() {
  82.   20 |         return this.http.get('/api/things')
  83. > 21 |             .subscribe((things: []) => {
  84.      |                               ^
  85.   22 |                 this.awesomeThings = things;
  86.   23 |             });
  87.   24 |     }
  88.  
  89.  @ ./client/app/main/main.module.js 22:12-39
  90.  @ ./client/app/app.module.js
  91.  @ ./client/app/app.js
  92. Child html-webpack-plugin for "..\client\app.html":
  93.                  Asset      Size  Chunks  Chunk Names
  94.     ../client/app.html  28.6 KiB       0
  95.     Entrypoint undefined = ../client/app.html
  96. i 「wdm」: Failed to compile.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement