Use -core suffix for all bundles

This makes it easier to override things in www.
This commit is contained in:
Dan Abramov
2017-03-09 23:14:26 +00:00
parent 6114597a1f
commit a09bed0b34
+2 -2
View File
@@ -26,7 +26,7 @@ const bundles = [
},
entry: 'src/umd/ReactUMDEntry.js',
fbEntry: 'src/fb/ReactFBEntry.js',
hasteName: 'React',
hasteName: 'React-core',
name: 'react',
paths: [
'src/umd/ReactUMDEntry.js',
@@ -80,7 +80,7 @@ const bundles = [
},
entry: 'src/renderers/dom/fiber/ReactDOMFiber.js',
fbEntry: 'src/fb/ReactDOMFiberFBEntry.js',
hasteName: 'ReactDOMFiber',
hasteName: 'ReactDOMFiber-core',
name: 'react-dom-fiber',
paths: [
'src/renderers/dom/**/*.js',