Skip to content
This repository was archived by the owner on Aug 22, 2019. It is now read-only.
This repository was archived by the owner on Aug 22, 2019. It is now read-only.

Caniuse data should be optional #16

@ju1ius

Description

@ju1ius

ATM the only way to build the plugin without caniuse data is to patch emmet.js

import emmet from 'emmet';
import 'emmet/bundles/snippets';
// -- commented out
//import 'emmet/bundles/caniuse';

export default emmet;

Caniuse data is quite large and makes little sense in a web-based editor like codemirror.
So we should have a way to opt-out and cut-down the bundle size by half.

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions