Skip to content

Commit

Permalink
Support Webpack 2, Webpack 3, rollup.
Browse files Browse the repository at this point in the history
Current LTS versions of Webpack and Node honor the standardized `module` field in the `package.json`.  As I am using webpack 3 and was confused when it wasn't resolving your awesome optimized dist builds, I decided to PR it for y'all.
  • Loading branch information
mschnee authored Sep 22, 2017
1 parent eb2dfba commit 049bff1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"description": "A Select control built with and for ReactJS",
"main": "lib/index.js",
"jsnext:main": "dist/react-select.es.js",
"module": "dist/react-select.es.js",
"style": "dist/react-select.min.css",
"author": "Jed Watson",
"license": "MIT",
Expand Down

0 comments on commit 049bff1

Please sign in to comment.