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

Caniuse data should be optional #16

Open
ju1ius opened this issue Nov 8, 2015 · 0 comments
Open

Caniuse data should be optional #16

ju1ius opened this issue Nov 8, 2015 · 0 comments

Comments

@ju1ius
Copy link

ju1ius commented Nov 8, 2015

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant