pankaryp/crana

View on GitHub
src/config/webpack/browser/webpack.common.js

Summary

Maintainability
A
2 hrs
Test Coverage

Function create has 64 lines of code (exceeds 25 allowed). Consider refactoring.
Open

module.exports = function create() {
  return {
    entry: ['babel-polyfill', path.join(PATHS.client.app, 'index.jsx')],
    resolve: {
      extensions: ['.web.js', '.mjs', '.js', '.json', '.web.jsx', '.jsx'],
Severity: Major
Found in src/config/webpack/browser/webpack.common.js - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status