cameronterry / dark-matter

A highly opinionated domain mapping plugin for WordPress Networks
Other
12 stars 2 forks source link

npm run build warnings #80

Closed svandragt closed 2 years ago

svandragt commented 2 years ago

NPM run build warnings:

> dark-matter@2.2.0 build
> NODE_ENV=production webpack --mode production

✖ Webpack
  Compiled with some errors in 25.72s

      ./node_modules/scheduler/index.js 197 bytes [built] [code generated]
      ./node_modules/scheduler/cjs/scheduler.production.min.js 6.65 KiB [built] [code generated]
  modules by path ./domain-mapping/ui/ 97.8 KiB (javascript) 529 bytes (css/mini-extract)
    ./domain-mapping/ui/index.js + 45 modules 97.7 KiB [built] [code generated] [1 error]
    ./domain-mapping/ui/App.css 50 bytes [built] [code generated]
    css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js!./domain-mapping/ui/App.css 529 bytes [built] [code generated]

ERROR in ./domain-mapping/ui/Components/DomainRow.js
Module Error (from ./node_modules/eslint-loader/dist/cjs.js):

/var/www/amasan.co.uk/dark-matter/domain-mapping/ui/Components/DomainRow.js
  30:2  error  Mixed spaces and tabs  no-mixed-spaces-and-tabs
  32:2  error  Mixed spaces and tabs  no-mixed-spaces-and-tabs
  34:2  error  Mixed spaces and tabs  no-mixed-spaces-and-tabs
  35:2  error  Mixed spaces and tabs  no-mixed-spaces-and-tabs
  36:2  error  Mixed spaces and tabs  no-mixed-spaces-and-tabs
  37:2  error  Mixed spaces and tabs  no-mixed-spaces-and-tabs
  38:2  error  Mixed spaces and tabs  no-mixed-spaces-and-tabs
  39:2  error  Mixed spaces and tabs  no-mixed-spaces-and-tabs
  40:2  error  Mixed spaces and tabs  no-mixed-spaces-and-tabs
  42:2  error  Mixed spaces and tabs  no-mixed-spaces-and-tabs

✖ 10 problems (10 errors, 0 warnings)

 @ ./domain-mapping/ui/Components/DomainMapping.js 20:0-36 205:52-61
 @ ./domain-mapping/ui/index.js 3:0-55 10:41-54

domain-mapping (webpack 5.65.0) compiled with 1 error in 25726 ms