Matthew Phillips
Matthew Phillips
Looked into this. Not totally sure what is going on. We use a slightly old version (maybe a few months) of rollup for tree-shaking, I wonder if there was a...
I think steal-tools should have some new builds, for CDN and for native module usage. I would want something like: ```js dist/ es/ unpkg/ can-component.js local/ can-component.js ``` In the...
There's probably still a bug here worth looking into though.
@Kleppo do this: ```js import { stache, stacheConverters } from 'can'; stache.addConverter(stacheConverters); ```
It can, we just need a guide specific for this flow I think. Anyways, you can pass multiple mains as part of the build: http://stealjs.com/docs/stealTools.build.html
Actually maybe we should leave this open as a reminder to write a guide.
Breaking test: 43a7d4b173705b517d8f1b48c3c6d68d2db739c7
Why not use the `main` in this case?
I believe you want to use "modules" with global exports. but you shouldn't have to do that, it's the default when using "+global-js".
It's the slim loader. The `@steal` module shims the one built into `steal.js`. the slim loader is much different as it is built or speed, not features.