kitze / custom-react-scripts

[DEPRECATED, use customize-cra] Allow custom config for create-react-app without ejecting
https://custom-react-scripts.netlify.com
MIT License
993 stars 97 forks source link

Is there a way to make webpack dashboard not a dependency? #113

Open robin-pham opened 6 years ago

robin-pham commented 6 years ago

Webpack dashboard is dependent on inspectpack which is dependent on better-sqlite3 which is really heavy and slows down the yarn installation process by a ton. Is there a way to completely get rid of webpack-dashboard as a dependency?

JCQuintas commented 6 years ago

this would be great actually

a-atalla commented 6 years ago

+1 actually will be better to remove all the dependencies and make it optional with configuration if you need this install that

ajcrews commented 6 years ago

The webpack dashboard also has a nested dependency on lzz-gyp which specifies the GPL-3.0 license which many companies avoid.

  └─┬ webpack-dashboard@1.0.2
    └─┬ inspectpack@2.2.2
      └─┬ better-sqlite3@4.0.3
        └── lzz-gyp@0.4.2