1
Seph
5y

Webpack sucks ass. I can't find a single resource on how to include code from a parent directory. Heaven forbid anyone ever develop something alongside their webpack project.

Comments
  • 0
    Disclaimer: I am not a Webpack expert, and I have managed to avoid being forced to grok it thanks to Create-React-App.

    However, can you trick it by symlinking a folder in its domain to the parent folder in question?
  • 0
    Try searching harder. One way is replacing a starting character (eg. / or ~) with a specified project root.
Add Comment