namchey/linkpreview

View on GitHub
webpack/development/webpack.config.dev-client.base.js

Summary

Maintainability
A
1 hr
Test Coverage

Function exports has 32 lines of code (exceeds 25 allowed). Consider refactoring.
Open

module.exports = (webpackConfig) => {
    const { assetsPath, publicPath } = webpackConfig;
    return {
      // eval - Each module is executed with eval and //@ sourceURL.
      devtool: 'inline-source-map',
Severity: Minor
Found in webpack/development/webpack.config.dev-client.base.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status