File tree Expand file tree Collapse file tree 3 files changed +12
-1
lines changed Expand file tree Collapse file tree 3 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 11{
22 "presets" : [" react" , " es2015" , " stage-0" ]
3+ " plugins" : [
4+ " add-module-exports" ,
5+ " transform-object-assign"
6+ ]
37}
Original file line number Diff line number Diff 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 )
Original file line number Diff line number Diff line change 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" ,
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}
You can’t perform that action at this time.
0 commit comments