-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Published gadicc:[email protected]. Published gadicc:[email protected]. Published gadicc:[email protected]. Published gadicc:[email protected]. Published gadicc:[email protected]
- Loading branch information
Showing
9 changed files
with
99 additions
and
104 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,8 @@ | |
|
||
**`gadicc:[email protected]` is the last release for Meteor 1.3.2.4; later releases and the 2.0.0 final will target Meteor 1.3.3, using Meteor's new official babelrc support, and no longer includes our own `babel-compiler-babelrc` which we no longer support**. | ||
|
||
**Since Meteor 1.3.3 we use Meteor's native babelrc support**. You should `npm rm --save-dev babel-preset-meteor` and remove the `meteor` preset from your `.babelrc`. | ||
|
||
* Edit your react components and see changes instantly, while maintaining state. | ||
* Catch react `render()` errors and show on your screen rather than crashing your app. | ||
* Add your own `.babelrc` plugins and presets, like | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
[email protected].1 | ||
[email protected].2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,7 +28,7 @@ Package.onUse(function (api) { | |
api.imply('babel-runtime'); | ||
api.imply('promise'); | ||
|
||
api.use('gadicc:[email protected].1'); | ||
api.use('gadicc:[email protected].2'); | ||
api.imply('gadicc:hot'); | ||
|
||
api.use('sanjo:[email protected]_1', 'server'); | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,5 +22,5 @@ Package.registerBuildPlugin({ | |
|
||
Package.onUse(function(api) { | ||
api.use('isobuild:[email protected]'); | ||
api.use('gadicc:[email protected].1'); | ||
api.use('gadicc:[email protected].2'); | ||
}); |