mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-23 06:29:51 +03:00
Update CLI
This commit is contained in:
parent
f5d443fcf3
commit
9b7a70435e
|
@ -32,7 +32,7 @@
|
||||||
<script src="/port.js"></script>
|
<script src="/port.js"></script>
|
||||||
<script>
|
<script>
|
||||||
ReactDOM.render(
|
ReactDOM.render(
|
||||||
React.createElement(ReduxDevTools, {
|
React.createElement(ReduxDevToolsApp, {
|
||||||
socketOptions: {
|
socketOptions: {
|
||||||
hostname: location.hostname,
|
hostname: location.hostname,
|
||||||
port: reduxDevToolsPort,
|
port: reduxDevToolsPort,
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
{
|
{
|
||||||
"extends": "../../tsconfig.base.json",
|
"extends": "../../tsconfig.base.json",
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
|
"module": "CommonJS",
|
||||||
"outDir": "dist"
|
"outDir": "dist"
|
||||||
},
|
},
|
||||||
"include": ["src"]
|
"include": ["src"]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user