2017-02-10 5 views
0
[email protected] 

"source-map-support": "^0.4.11", 
"stack-trace": "0.0.9" 

[email protected]は、スタックトレースのソースマップのサポートを取得流星

[email protected]

にこの設定は何の変化も残っていないので、私はsource-map-supportを取り出してbabel-plugin-source-map-supportを追加しました。

.babelrc

{ 
    "presets": ["react","es2015","stage-0"], 
    "plugins": [ 
    "transform-class-properties", 
    "babel-plugin-source-map-support" 
    ] 
} 

そして、これは[email protected]はその "用-6" と言うにもかかわらず、私にThe (source-map-support) Babel 5 plugin is being run with Babel 6.を与えます。

答えて

0

[OK]を、私はmeteor add peerlibrary:stacktrace npmのものなしで使用を終了しました。

関連する問題