graphiql-app icon indicating copy to clipboard operation
graphiql-app copied to clipboard

Webpack fails on Windows

Open erik-am opened this issue 7 years ago • 3 comments

On Windows, Webpack hangs at 95% emit.

λ npm run build

> [email protected] build c:\graphiql-app-0.6.0
> webpack --config webpack/webpack.config.production.js --progress --profile --colors

7440ms build modules
19ms seal
3ms optimize
417ms build modules
12ms hashing
31ms create chunk assets
10882ms additional chunk assets
1ms optimize chunk assets
1ms optimize assets
 95% emit

erik-am avatar Jun 21 '17 11:06 erik-am

The same to you.

Pollyreal avatar Jun 26 '17 01:06 Pollyreal

Looks similar to this: https://github.com/webpack/webpack/issues/2908

ProphetDaniel avatar Sep 11 '18 01:09 ProphetDaniel

This problem is fixed in Webpack 2 and above, try to update it

cornobils avatar Sep 11 '18 06:09 cornobils