Monday 5 June 2017

Config files editable after `nom run build`

I'm deploying a web app using react-redux soon and I was wondering if it was possible to let the user using the production version to modify a config file so that he can set his own initial settings.

Is it possible to, after I run npm run build, have a config.js file in the build folder that the user can go and directly modify?

If not, is there any better way to accomplish that using another strategy?

Thank you



via petithomme

No comments:

Post a Comment