Skip to content

Commit

Permalink
fix(webpack-runner):默认开启node_modules监控 (#2658)
Browse files Browse the repository at this point in the history
  • Loading branch information
guxingke201 authored and luckyadam committed Apr 4, 2019
1 parent 53a5ac1 commit d16e45a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/taro-webpack-runner/src/config/devServer.conf.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ export default {
overlay: true,
port: 10086,
quiet: true,
watchContentBase: true,
watchOptions: { ignored: /node_modules/ }
watchContentBase: true
// watchOptions: { ignored: /node_modules/ }
}

0 comments on commit d16e45a

Please sign in to comment.