You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is this possible to use Next as template html generator?
I know can generate full static site but generated code is useless for me cause is minified.
My current system uses standard HTML JS Grunt + mock data to create templates which are retrieved from repo by backed team. Pages are managed later and deliver on production site by backend team.
I would like to use modern tools to create such static templates.
I tried to turn off webpack optimization in next.config.js file but it doesn't work.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Is this possible to use Next as template html generator?
I know can generate full static site but generated code is useless for me cause is minified.
My current system uses standard HTML JS Grunt + mock data to create templates which are retrieved from repo by backed team. Pages are managed later and deliver on production site by backend team.
I would like to use modern tools to create such static templates.
I tried to turn off webpack optimization in next.config.js file but it doesn't work.
Beta Was this translation helpful? Give feedback.
All reactions