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

Convert all components to import MDC Web ES5 code #175

@moog16

Description

@moog16

Currently all our components point to the ES6 code in MDC Web (eg. import Button from '@material/button'). This is ok with the exception for CRA developers that cannot update their babel or webpack, making the components unusable to them.

This issue is to update all component imports to point to the ES5 dist code (eg. import Button from '@material/button/dist`;

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions