survivejs / webpack-book

From apprentice to master (CC BY-NC-ND)
https://survivejs.com/webpack/
2.42k stars 319 forks source link

Automatic browser refresh chapter - missing ellipsis sign #131

Closed jeggett closed 7 years ago

jeggett commented 7 years ago

In section "Making Module Ids More Debuggable" in a code snippet missed ellipsis "...", between const PATHS = and module.exports = to show that const common = part was omitted.

bebraw commented 7 years ago

Thanks!