EGOIST
EGOIST
> @egoist should I add [speed-measure-webpack-plugin](https://github.com/stephencookdev/speed-measure-webpack-plugin)? No need for that.
Hmm I didn't notice any build time improvement when this plugin is enabled 😅
#72 won't be needed if we have this feature instead.
Maybe we should reverse that, it seems everyone else is using *next* for older stuff 😅
Just updated the proposal ⬆️
Yeah, at least we should add support for using TypeScript in pages.
You can manually modify webpack config but it's kinda verbose, we can add new build option (https://saber.land/docs/saber-config.html#build) to control this. Similar to this option (https://poi.js.org/config.html#assets-inlineimagemaxsize) in Poi. CSS can already...
@brattonross yes, like the `api.pages` API you can initialize it here: https://github.com/saberland/saber/blob/e87d81f42b36ff992db8d09aa3f16269890b541a/packages/saber/lib/index.js#L23
I guess you mean hot reloading isn't working after removing the `data.layout` property from `index.vue` page.
@MarchWorks you can handle the events here: https://github.com/saberland/saber/blob/master/packages/saber/vue-renderer/app/dev-client.js