您的位置:首页 > Web前端 > Webpack

webpack dev server 和 sublime text 配合时需要注意的地方

2017-05-12 16:02 375 查看
参考:https://webpack.js.org/guides/development/

Adjusting Your Text Editor

Some text editors have a "safe write" feature and enable this by default. As a result, saving a file will not always result in a recompile.

Each editor has a different way of disabling this. For the most common ones:

Sublime Text 3 - Add "atomic_save": false to your user preferences.

IntelliJ - use search in the preferences to find "safe write" and disable it.

Vim - add :set backupcopy=yes in your settings.

WebStorm - uncheck Use "safe write" in Preferences > Appearance & Behavior > System Settings
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: