Skip to content

Commit

Permalink
fix(component): fix warning message about babel (gregberge#255)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhipenglin authored and gregberge committed Mar 4, 2019
1 parent 3d02c96 commit f76abe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/createLoadable.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ function createLoadable({ resolve = identity, render, onLoad }) {

invariant(
!props.__chunkExtractor || ctor.requireSync,
'SSR requires `@loadable/babel`, please install it',
'SSR requires `@loadable/babel-plugin`, please install it',
)

// Server-side
Expand Down

0 comments on commit f76abe6

Please sign in to comment.