Remove plugin love

This commit is contained in:
Chi Vinh Le
2017-04-05 19:33:50 +07:00
parent 18a29bf0df
commit 4a49a910aa
4 changed files with 0 additions and 25 deletions
-14
View File
@@ -1,14 +0,0 @@
{
"presets": [
"es2015"
],
"plugins": [
"add-module-exports",
"transform-class-properties",
"transform-decorators-legacy",
"transform-object-assign",
"transform-object-rest-spread",
"transform-async-to-generator",
"transform-react-jsx"
]
}
@@ -1,4 +0,0 @@
{
"name": "Coral Plugin Love",
"slot": "Comment.Detail"
}
@@ -1,7 +0,0 @@
import React from 'react';
export default () => {
return (
<div>Love</div>
);
};
View File