Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Trying to read (__dirname + '/package.json') file at run-time won't work with webpack. Using require('./package.json') instead allows webpack to include package.json's source into the bundle.
- Loading branch information