Skip to content

Move dependencies into package.json (instead of including them via script-tags) #11

@xat

Description

@xat

Is there a reason why all dependencies are loaded via script tags? I think it would be nicer if they would be registered as dependencies in the package.json. IMHO that would be the more common way todo it (at least if webpack is used anyway). Then the 'externals'-section in the webpack config also wouldn't be needed anymore. Also react and react-dom are listed as dependencies in the package.json but they are never used.

What do you think?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions