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
If I override that, it does load modified files without refreshing, but none of the 'modify methods while preserving state' behaviour works - I don't think any of the munge regexes work on the current fastOptJS.
The text was updated successfully, but these errors were encountered:
The line
override def requires = WorkbenchPlugin
causes the 'refresh' plugin to load. It should beoverride def requires = WorkbenchBasePlugin
.If I override that, it does load modified files without refreshing, but none of the 'modify methods while preserving state' behaviour works - I don't think any of the
munge
regexes work on the current fastOptJS.The text was updated successfully, but these errors were encountered: