mirror of
https://github.com/YMFE/yapi.git
synced 2025-01-30 13:20:24 +08:00
chore: add npm-shrinkwrap
This commit is contained in:
parent
ae82034245
commit
00cdf9622d
@ -7,12 +7,12 @@ import './styles/theme.less'
|
||||
|
||||
const store = createStore();
|
||||
if (ENV_PARAMS.development) {
|
||||
const DevTools = require('./containers/DevTools/DevTools.js')
|
||||
//const DevTools = require('./containers/DevTools/DevTools.js')
|
||||
ReactDOM.render(
|
||||
<Provider store={store}>
|
||||
<div>
|
||||
<App />
|
||||
<DevTools />
|
||||
{/* <DevTools /> */}
|
||||
</div>
|
||||
</Provider>,
|
||||
document.getElementById('yapi')
|
||||
|
9129
npm-shrinkwrap.json
generated
Normal file
9129
npm-shrinkwrap.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
3476
package-lock.json
generated
3476
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -46,7 +46,7 @@
|
||||
"eslint-plugin-import": "^2.2.0",
|
||||
"eslint-plugin-react": "^7.1.0",
|
||||
"express": "^4.15.3",
|
||||
"extract-text-webpack-plugin": "^1.0.1",
|
||||
"extract-text-webpack-plugin": "2.0.0",
|
||||
"fast-sass-loader": "^1.2.5",
|
||||
"fs-extra": "^3.0.1",
|
||||
"gulp": "^3.9.1",
|
||||
|
Loading…
Reference in New Issue
Block a user