-
-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Hi! 👋
Problem
This is not exactly a problem, but I would like to suggest a small change to the package.json
file to simplify it.
Currently, there are three Webpack plugins as development dependencies: css-loader
, source-map-loader
, and style-loader
. They are all @jupyterlab/builder
dependencies, so they are installed together. Therefore, to simplify the package.json
file a bit (and consequently the template), especially for new extension developers, I think it would be good to remove them.
Proposed Solution
Delete the css-loader
, source-map-loader
, and style-loader
development dependencies from the following file:
"devDependencies": { |
Please let me know your opinion and if I can help/open a PR.
Thanks!
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request