Matthew Phillips
Matthew Phillips
I think it will be copied if imported into a file that *is* part of the dep graph. For example: **styles.css** ```css @import "normalize.css"; ``` **main.js** ```js import "./styles.css"; ```...
Does it work if you use the tag?
The base tag
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/base
steal.production.js has the same issue. I'm not sure... is it automagic there some how? I don't think that it is...
@m-mujica Didn't you fix this?
I guess I don't understand what the bug is here. Bundles are loaded from baseURL + "/dist/bundles". You can either set the path to the bundles or set the baseURL....
We have bundleAssets now when I think solves this need, can we close this?
No, we wouldn't split. Splitting wouldn't necessarily help. It might a little, but if you have 800k of JavaScript that's all statically dependent on each other, that's still going to...