diff --git a/packages/hot/package.js b/packages/hot/package.js index dc2eef0f05..e4b48310d5 100644 --- a/packages/hot/package.js +++ b/packages/hot/package.js @@ -15,8 +15,6 @@ Package.registerBuildPlugin({ }); Package.onUse(function (api) { - api.versionsFrom('1.10'); - api.use('isobuild:compiler-plugin@1.0.0'); api.use('babel-compiler'); api.use('modules');