We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6907e03 commit 9016860Copy full SHA for 9016860
2 files changed
package.json
@@ -17,7 +17,7 @@
17
"docs-prod": "webpack --config webpack.docs.js -p --progress && NODE_ENV=production ./run-babel docs/server.js",
18
"ie8": "./run-babel ie8/server.js"
19
},
20
- "main": "lib/main.js",
+ "main": "lib/index.js",
21
"directories": {
22
"lib": "lib/"
23
@@ -81,4 +81,4 @@
81
"dependencies": {
82
"classnames": "^1.1.4"
83
}
84
-}
+}
webpack/webpack.config.js
@@ -21,7 +21,7 @@ export default (options) => {
const config = {
entry: {
24
- 'react-bootstrap': './src/main.js'
+ 'react-bootstrap': './src/index.js'
25
26
27
output: {
0 commit comments