Skip to content

Commit 1048243

Browse files
committed
Add plugin
1 parent 71dd418 commit 1048243

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

.babelrc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
{
22
"presets": ["react", "es2015", "stage-0"]
3+
"plugins": [
4+
"add-module-exports",
5+
"transform-object-assign"
6+
]
37
}

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,11 @@ The `style` property is used to set the style of a Pane component.
255255

256256
## Changelog
257257

258+
### V0.4.0
259+
260+
- Add Object.assign transform plugin
261+
- Add add-module-exports plugin
262+
258263
### V0.3.2
259264

260265
- Allow strings for width and height. (thanks @lanVS)

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,9 @@
4141
"babel": "^6.1.18",
4242
"babel-cli": "^6.2.0",
4343
"babel-eslint": "^6.0.2",
44+
"babel-plugin-add-module-exports": "^0.2.1",
4445
"babel-plugin-espower": "2.0.0",
46+
"babel-plugin-transform-object-assign": "^6.8.0",
4547
"babel-preset-es2015": "^6.3.13",
4648
"babel-preset-react": "^6.1.18",
4749
"babel-preset-stage-0": "^6.5.0",
@@ -82,6 +84,6 @@
8284
"dependencies": {
8385
"lodash.isequal": "^4.1.1",
8486
"react-motion": "^0.4.3",
85-
"react-resizable-box": "^1.2.0"
87+
"react-resizable-box": "^1.2.1"
8688
}
8789
}

0 commit comments

Comments
 (0)