CS-Tao/GTD-Visualization

View on GitHub
.electron-vue/webpack.web.config.js

Summary

Maintainability
B
4 hrs
Test Coverage

Showing 2 of 2 total issues

Similar blocks of code found in 2 locations. Consider refactoring.
Open

if (process.env.NODE_ENV === 'production') {
webConfig.devtool = ''
 
webConfig.plugins.push(
new BabiliWebpackPlugin(),
Severity: Major
Found in .electron-vue/webpack.web.config.js and 1 other location - About 3 hrs to fix
.electron-vue/webpack.renderer.config.js on lines 196..215

Similar blocks of code found in 2 locations. Consider refactoring.
Open

{
test: /\.(png|jpe?g|gif|svg)(\?.*)?$/,
use: {
loader: 'url-loader',
query: {
Severity: Minor
Found in .electron-vue/webpack.web.config.js and 1 other location - About 30 mins to fix
.electron-vue/webpack.renderer.config.js on lines 111..121
Category
Status