0
[email protected]
"source-map-support": "^0.4.11",
"stack-trace": "0.0.9"
[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.
を与えます。