custom-react-scripts icon indicating copy to clipboard operation
custom-react-scripts copied to clipboard

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

Open robin-pham opened this issue 7 years ago • 3 comments

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?

robin-pham avatar Oct 23 '17 07:10 robin-pham

this would be great actually

JCQuintas avatar Oct 25 '17 12:10 JCQuintas

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

a-atalla avatar Dec 19 '17 06:12 a-atalla

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

  └─┬ [email protected]
    └─┬ [email protected]
      └─┬ [email protected]
        └── [email protected]

ajcrews avatar Jan 23 '18 00:01 ajcrews