mAAdhaTTah/brookjs

View on GitHub
packages/brookjs-desalinate/.beaverrc.js

Summary

Maintainability
A
0 mins
Test Coverage
export const dir = 'src';

/**
 * Webpack build configuration.
 */
export const webpack = {
  entry: {
    app: 'app.js'
  },
  output: {
    path: 'dist/',
    filename: '[name].js'
  },
  modifier: x => x
};