有人能幫忙解決一下 typescript + webpack 的打包問題嗎?

我這個項目
https://github.com/bluelovers...

不知道為什麼只要試圖直接在 wpepack 內打包 ts 就會失敗

internal/streams/legacy.js:59

      throw er; // Unhandled stream error in pipe.

      ^

Error: ./lib/core/index.ts

Module parse failed: Unexpected token (11:7)

You may need an appropriate loader to handle this file type.

| export { greasemonkey };

| export interface IJQueryStatic extends JQueryStatic

| {

|     scrollTo?: JQuery<HTMLElement>;

 @ ./src/dmm-plus-sc/index.user.ts 7:0-48

變成每次只能以預先備 ts 編譯好之後的 js 來打包

不负相思意
浏览 773回答 2
2回答

呼唤远方

把你webpack.config.json文件的40到45行的代码注释去掉就好了
打开App,查看更多内容
随时随地看视频慕课网APP

相关分类

JavaScript