thlorenz / brace

📔 browserify compatible version of the ace editor.
http://thlorenz.github.io/brace/
MIT License
1.06k stars 303 forks source link

Don't include worker code if desired? #141

Open fr0 opened 6 years ago

fr0 commented 6 years ago

Is there a way to exclude the worker code? I'm calling editor.session.setUseWorker(false); so I don't need it.

screen shot 2018-09-21 at 3 41 34 pm

It would be nice to get rid of the 650KB from my (minified) bundle.