Thanks for responding ricardo.lgr!
After installing the packages you specified I'm getting:
Code:
ℹ 「ext」: ext-react-webpack-plugin: reactVersion: 16, IS webpack 4ℹ 「ext」: ext-react-webpack-plugin: ext-react-watch-run
ℹ 「ext」: ext-react-webpack-plugin: ext-react-compilation
ℹ 「ext」: ext-react-webpack-plugin: ext-react-compilation
(node:48167) DeprecationWarning: Tapable.plugin is deprecated. Use new API on `.hooks` instead
ℹ 「wds」: Project is running at http://0.0.0.0:1962/
ℹ 「wds」: webpack output is served from /
ℹ 「wds」: Content not from webpack is served from ./build
ℹ 「wds」: 404s will fallback to /index.html
ℹ 「atl」: Using [email protected] from typescript
ℹ 「atl」: Using tsconfig.json from /Users/mkmkmk/projects/test-dir/tsconfig.json
ℹ 「ext」: ext-react-babel-plugin: reactVersion: ~16.8.1
ℹ 「ext」: ext-react-babel-plugin: Processing /src/About/About.tsxℹ 「atl」: Checking started in a separate process...
ℹ 「atl」: Time: 39ms
ℹ 「ext」: ext-react-webpack-plugin: ext-react-htmlgeneration
ℹ 「ext」: ext-react-webpack-plugin: ext-react-emit (async)
(node:48167) UnhandledPromiseRejectionWarning: TypeError: _this.emit is not a function
at emit (/Users/mkmkmk/projects/test-dir/node_modules/@sencha/ext-react-webpack-plugin/src/index.js:182:16)
at _next0 (eval at create (/Users/mkmkmk/projects/test-dir/node_modules/tapable/lib/HookCodeFactory.js:33:10), <anonymous>:8:1)
at _err0 (eval at create (/Users/mkmkmk/projects/test-dir/node_modules/tapable/lib/HookCodeFactory.js:33:10), <anonymous>:21:1)
at Promise.resolve.then.then.then.then.then.then.then.then.catch.then.then.then (/Users/mkmkmk/projects/test-dir/node_modules/html-webpack-plugin/index.js:224:11)
at process._tickCallback (internal/process/next_tick.js:68:7)
(node:48167) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1)
(node:48167) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
^C
This doesn't do anything with the missing types as well.