Skip to content
This repository was archived by the owner on Jul 28, 2025. It is now read-only.
This repository was archived by the owner on Jul 28, 2025. It is now read-only.

Small error in webpack.config.js #1

@dave-grix

Description

@dave-grix

Webpack config has a small error that stops compile when freshly pulled.

        app: ['./src/app.ts'],
        vendor: ['react', 'react-dom']
    },

should be

        app: ['./src/App.ts'],
        vendor: ['react', 'react-dom']
    },

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions