we might need the extract-text update
I’ll finish it as soon as I’m back from React Alicante :sun_with_face:
webpack
tests are failing for me today:> @webpack-blocks/webpack@1.0.0-rc test /Users/tema/webpack-blocks/packages/webpack
> ava && standard
[at-loader] Using typescript@2.4.2 from typescript and "tsconfig.json" from /Users/tema/webpack-blocks/packages/webpack/tsconfig.json.
[at-loader] Checking started in a separate process...
[at-loader] Checking finished with 2 errors
[at-loader] ../../../node_modules/@types/node/index.d.ts:48:13
TS2403: Subsequent variable declarations must have the same type. Variable 'process' must be of type 'any', but here has type 'Process'.
[at-loader] ../../../node_modules/@types/node/index.d.ts:85:13
TS2403: Subsequent variable declarations must have the same type. Variable 'module' must be of type 'any', but here has type 'NodeModule'.
/Users/tema/webpack-blocks/packages/webpack/tsconfig.json
.
webpack-blocks/packages/webpack on master [!] via ⬢ v8.0.0
➜ npx ava
[at-loader] Using typescript@2.5.3 from typescript and "tsconfig.json" from /private/tmp/webpack-blocks/packages/webpack/t
sconfig.json.
[at-loader] Checking started in a separate process...
[at-loader] Ok, 0.001 sec.
21 passed
npm test
in the root directory I didn't see the typescript output)
@jvanbruegge Similar issue was reported at Styleguidist: https://gist.github.com/willhlaw/6134856f30a2bf076b829ebec8ee4fd9
So something in Uglify plugin or webpack was changes but I don’t understand what.