Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -> % ./node_modules/webpack/bin/webpack.js --display-error-details
- Hash: af95e4ff5cf1861e01b2
- Version: webpack 1.15.0
- Time: 481ms
- Asset Size Chunks Chunk Names
- bundle.js 1.6 kB 0 [emitted] main
- + 2 hidden modules
- ERROR in ./tsc/Material.ts
- Module build failed: SyntaxError: Unexpected token, expected ; (10:8)
- 8 | import {MaterialThread} from "./MaterialThread";
- 9 |
- > 10 | declare let Routing: any;
- | ^
- 11 | declare let Translator: any;
- 12 |
- 13 | export class Material {
- Error
- at transpile (/home/luke/Downloads/Ex_Files_Webpack_Basics/Exercise Files/Ch03/03_01/start/node_modules/babel-loader/lib/index.js:61:13)
- 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)
- @ ./tsc/index.ts 3:16-37
Advertisement
Add Comment
Please, Sign In to add comment