mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-25 03:08:34 +00:00
Fix the browserify / browsersync double reloading issue
This commit is contained in:
parent
3818bd28ae
commit
19b16a6877
1 changed files with 6 additions and 2 deletions
|
|
@ -130,8 +130,12 @@ postcss:
|
|||
browsers:
|
||||
- 'last 2 versions'
|
||||
|
||||
# browsersync:
|
||||
# files: 'public/examples/**/*.js'
|
||||
browsersync:
|
||||
files: 'public/examples/**/*.js'
|
||||
watchOptions:
|
||||
awaitWriteFinish:
|
||||
- stabilityThreshold: 1000,
|
||||
- pollInterval: 100
|
||||
|
||||
skip_render:
|
||||
- '*.js'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue