Fuse-box: Allowing fuse-box-css module on Server

Created on 17 Jul 2017  路  4Comments  路  Source: fuse-box/fuse-box

For SSR, it should be good to have fuse-box-css module available rather than having error message that this module is not available.

discussion

Most helpful comment

it is important to mention that this module needs to be added to the arithmetic instructions on the server bundle to remove the error above.

All 4 comments

https://github.com/fuse-box/fuse-box/blob/master/modules/fuse-box-css/index.js#L18
this module is "working" on server. It's not reporting errors

it is important to mention that this module needs to be added to the arithmetic instructions on the server bundle to remove the error above.

@devmondo How does one do that?

@JohnLouderback for example fuse.bundle("app").instructions("> index.ts + fuse-box-css")

Was this page helpful?
0 / 5 - 0 ratings

Related issues

tomitrescak picture tomitrescak  路  4Comments

nchanged picture nchanged  路  5Comments

dlacaille picture dlacaille  路  3Comments

ma2ciek picture ma2ciek  路  3Comments

twop picture twop  路  4Comments