Guest User

Untitled

a guest
Apr 17th, 2017
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.86 KB | None | 0 0
  1. -> % ./node_modules/webpack/bin/webpack.js --display-error-details
  2. Hash: af95e4ff5cf1861e01b2
  3. Version: webpack 1.15.0
  4. Time: 481ms
  5.     Asset    Size  Chunks             Chunk Names
  6. bundle.js  1.6 kB       0  [emitted]  main
  7.     + 2 hidden modules
  8.  
  9. ERROR in ./tsc/Material.ts
  10. Module build failed: SyntaxError: Unexpected token, expected ; (10:8)
  11.  
  12.    8 | import {MaterialThread} from "./MaterialThread";
  13.    9 |
  14. > 10 | declare let Routing: any;
  15.      |         ^
  16.   11 | declare let Translator: any;
  17.   12 |
  18.   13 | export class Material {
  19.  
  20. Error
  21.     at transpile (/home/luke/Downloads/Ex_Files_Webpack_Basics/Exercise Files/Ch03/03_01/start/node_modules/babel-loader/lib/index.js:61:13)
  22.     at Object.module.exports (/home/luke/Downloads/Ex_Files_Webpack_Basics/Exercise Files/Ch03/03_01/start/node_modules/babel-loader/lib/index.js:163:20)
  23.  @ ./tsc/index.ts 3:16-37
Advertisement
Add Comment
Please, Sign In to add comment