jquintozamora/react-d3-treemap

View on GitHub
webpack/common-paths.js

Summary

Maintainability
A
0 mins
Test Coverage
const resolve = require("path").resolve;
module.exports = {
  outputPath: resolve(__dirname, "../", "build"),
  contentBasePath: resolve(__dirname, "../", "public"),
  srcPath: resolve(__dirname, "../src"),
  bundleVisualizerStatsPath: "../dist/stats" // we can't use resolve here because the plugin fails
};