DAVFoundation / xplore

⛓ A block explorer for local Ethereum testnets
MIT License
62 stars 65 forks source link

Missing extract-text-webpack-plugin #165

Open mariolo1985 opened 5 years ago

mariolo1985 commented 5 years ago

extract-text-webpack-plugin is being used in webpack.prod.js and webpack.common.js but is not included as a dependency.

Expected Behavior

When installing dependencies, extract-text-webpack-plugin should be installed as a devDependencies.

Current Behavior

Error: Cannot find module 'extract-text-webpack-plugin'
    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:581:15)
    at Function.Module._load (internal/modules/cjs/loader.js:507:25)
    at Module.require (internal/modules/cjs/loader.js:637:17)
    at require (internal/modules/cjs/helpers.js:22:18)
    at Object.<anonymous> (C:\Users\MLo\Documents\MLo\Projects\dav\realRepos\xplore\webpack.common.js:3:27)
    at Module._compile (internal/modules/cjs/loader.js:689:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:700:10)
    at Module.load (internal/modules/cjs/loader.js:599:32)
    at tryModuleLoad (internal/modules/cjs/loader.js:538:12)
    at Function.Module._load (internal/modules/cjs/loader.js:530:3)

Possible Solution

Include extract-text-webpack-plugin as a dependecy.

Steps to Reproduce (for bugs)

  1. Run npm install
  2. Run npm run build

Context

Unable to run build command.

Your Environment

sureife commented 5 years ago

Hi, I am available to fix this one. Should I go ahead?

mariolo1985 commented 5 years ago

Hello @sureife - if you are still available, please go ahead 👍 thanks!

sureife commented 5 years ago

Thanks @mariolo1985

TalAter commented 5 years ago

@sureife Are you still interested in fixing this one? You can also go ahead and tackle #163 and #147 if you want