0
Mac用Intellij IDEA 2016.2のwebpackソースコードにブレークポイントを設定したいと思います。intellij IDEAのwebpackにブレークポイントを設定する方法は?
それのヒント:WebPACKのをデバッグするときに、このコードを追加している
To debug "build-distributor" script, make sure $NODE_DEBUG_OPTION string is specified as the first argument for node command you'd like to debug.
For example:
{ "start": "node $NODE_DEBUG_OPTION server.js" }
しかし、?
実行するコマンドは何ですか? – NHK