We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fb12a7 commit 5be3d5aCopy full SHA for 5be3d5a
cfg/base.js
@@ -35,7 +35,8 @@ module.exports = {
35
sources: `${defaultSettings.srcPath}/sources/`,
36
stores: `${defaultSettings.srcPath}/stores/`,
37
styles: `${defaultSettings.srcPath}/styles/`,
38
- config: `${defaultSettings.srcPath}/config/` + process.env.REACT_WEBPACK_ENV
+ config: `${defaultSettings.srcPath}/config/` + process.env.REACT_WEBPACK_ENV,
39
+ 'react/lib/ReactMount': 'react-dom/lib/ReactMount'
40
}
41
},
42
module: {}
0 commit comments