fix: use react instead of qreact

This commit is contained in:
suxiaoxin 2018-02-01 10:54:53 +08:00
parent a470ef4278
commit 9893eb8579
11 changed files with 7 additions and 16 deletions

View File

@ -1,13 +1,7 @@
### v1.3.6
#### Feature
* 增加项目成员批量导入
### v1.3.5
#### Feature
* 增加项目成员批量导入
* 数据导入同步数据导入支持swagger 3.0
* swagger 数据导入支持 2xx 的httpcode
* 新增系统信息页面
@ -34,7 +28,7 @@
#### Bug Fixed
* 修复无权限进入项目bug
* 修复复制接口query 等参数无法复制bug
* 修复导出html markdown参数丢失问题
* 修复导出html markdown 参数丢失问题

View File

@ -1 +1 @@
window.WEBPACK_ASSETS = {"index.js":{"js":"index@4bd08e290fb06b50f311.js","css":"index@4bd08e290fb06b50f311.css"},"lib":{"js":"lib@9f78176f032cca64fbc0.js"},"lib2":{"js":"lib2@2bba6eec8fa20f589580.js"},"manifest":{"js":"manifest@b67af9f8b578904e66c5.js"}}
window.WEBPACK_ASSETS = {"index.js":{"js":"index@8128d654817e115dcb7a.js","css":"index@8128d654817e115dcb7a.css"},"lib":{"js":"lib@a660806647f646177f7c.js"},"lib2":{"js":"lib2@96e1b2b1489d5f43b9e4.js"},"manifest":{"js":"manifest@b67af9f8b578904e66c5.js"}}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -80,7 +80,8 @@ module.exports = {
commonsChunk: {
vendors: {
lib: [
'anujs',
'react',
'react-dom',
'redux',
'redux-thunk',
'redux-promise',
@ -133,8 +134,8 @@ module.exports = {
baseConfig.resolve.alias.plugins = '/node_modules';
baseConfig.resolve.alias.exts = '/exts';
baseConfig.resolve.alias.react = 'anujs';
baseConfig.resolve.alias['react-dom'] = 'anujs';
// baseConfig.resolve.alias.react = 'anujs';
// baseConfig.resolve.alias['react-dom'] = 'anujs';
baseConfig.output.prd.path = 'static/prd';
baseConfig.output.prd.publicPath = '';