Skip to content

Commit 049bff1

Browse files
authored
Support Webpack 2, Webpack 3, rollup.
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.
1 parent eb2dfba commit 049bff1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"description": "A Select control built with and for ReactJS",
55
"main": "lib/index.js",
66
"jsnext:main": "dist/react-select.es.js",
7+
"module": "dist/react-select.es.js",
78
"style": "dist/react-select.min.css",
89
"author": "Jed Watson",
910
"license": "MIT",

0 commit comments

Comments
 (0)