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
actionsInjector 를 불러올 때 inject-loader의 inject 예약어는 더이상 지원하지 않는다고 하네요.
const actionsInjector = require('inject!./actions') >> const actionsInjector = require('inject-loader!./actions')
0 commit comments