Skip to content

Commit

Permalink
Merge pull request #1 from WebSeed/NOTICKET_migrate-to-webpack
Browse files Browse the repository at this point in the history
WIP Use webpack instead of browserify
  • Loading branch information
willbamford authored Nov 21, 2016
2 parents 823d8dd + a23a5e9 commit 6e1f336
Show file tree
Hide file tree
Showing 40 changed files with 27,238 additions and 26,049 deletions.
11 changes: 8 additions & 3 deletions .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,15 @@
"react"
],
"env": {
"development": {
"sourceMaps": "inline"
"commonjs": {
"plugins": [
["transform-es2015-modules-commonjs", { "loose": true }]
]
},
"production": {
"es": {
"plugins": [
"./build/use-lodash-es"
]
}
}
}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
alt="File size" />
</a>

Lightweight pure JavaScript image crop library. [Plays nicely with React](http://webseed.github.io/crop/examples/react).
Lightweight pure JavaScript image crop library. [Plays nicely with React](http://webseed.github.io/crop/react-example).

## Install

Expand Down
Empty file added dist/.keep
Empty file.
Loading

0 comments on commit 6e1f336

Please sign in to comment.