Discussions

Ask a Question
Back to All

How to replace SugarML in reshape-standard

Hi

i have been trying to to use regular html to write my layouts and html files and trying to follow the the reshape-standard doc by adding parser: false in my app.json

reshape: (ctx) => {
return htmlStandards({
webpack: ctx,
parser: false,
locals: { pageId: pageId(ctx), foo: 'bar' }
})
},

when i keep the files as .sgr i get an error... when i rename my layout.sgr and index.sgr to .html it compiles but it does not actually do the layout parts

Any help would be greatly appriciated