docs
docs copied to clipboard
add missing `path` import in bundling guide
I was following along the bundling guide and noticed i had to add in require('path') import in the webpack config when webpack errored out.
Figured i'd open a PR for that :)