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
I'm yesterday I tried to upgrade app_scaffold to webpack 5 + babel 7 but found out watch mode doesn't work correctly (using ?zat=true) as whenever I reload the app I got error so I need to terminate watch and reissue the command.
Error
Sinatra doesn’t know this ditty.
class ZendeskAppsTools::Server
get '/iframe.html' do
"Hello World"
end
end
Hi,
I'm yesterday I tried to upgrade app_scaffold to webpack 5 + babel 7 but found out watch mode doesn't work correctly (using
?zat=true
) as whenever I reload the app I got error so I need to terminate watch and reissue the command.Error
Terminal
Here my
package.json
and
webpack.config.js
The text was updated successfully, but these errors were encountered: