React refresh lets you see changes on the browser without refreshing the page
js1// bundless.config.js2const { ReactRefreshPlugin } = require('@bundless/plugin-react-refresh')34module.exports = {5 plugins: [ReactRefreshPlugin()],6}
1// bundless.config.js2const { ReactRefreshPlugin } = require('@bundless/plugin-react-refresh')34module.exports = {5 plugins: [ReactRefreshPlugin()],6}