LoginSignup
2
2

More than 5 years have passed since last update.

webstorm, intelliJでwebpackをデバックする方法

Posted at

WebStorm 11 EAP, IntelliJ IDEA 15 EAP
をインストールするとできた。

webpack://

っていうスキーマを登録するらしい

Mapping must be configured and WebStorm 11 supports "webpack://" scheme, so, you can use "Set Local Path" action to configure it:
1) Run debug.
2) Open Scripts tab.
3) Select node (webpack:// -> . for example) and invoke action "Set Local Path" via context menu. To ensure that mapping is correct, >try to naivigate to source using action "Open Source".

Or you can edit JavaScript Debug run configuration — see "Remote URLs of local files (optional)".

Please note — it is universal solution. Webpack will be supported soon as first-class to avoid any such configuration.

結果、こんな風になる

貼り付けた画像_2015_07_31_18_21.png

2
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
2