HabitatMap/AirCasting

View on GitHub
config/webpack/config.js

Summary

Maintainability
A
0 mins
Test Coverage
const sourcePath = "app/javascript";
const sourceEntryPath = "packs";
const publicRootPath = "public";
const publicOutputPath = "packs";
const additionalPaths = [
  "app/assets/javascript",
];
const devServerPort = 3035;

module.exports = {
  sourcePath,
  sourceEntryPath,
  publicRootPath,
  publicOutputPath,
  additionalPaths,
  devServerPort
}