react-static-plate icon indicating copy to clipboard operation
react-static-plate copied to clipboard

Removed deprecated method .development()

Open shyjal opened this issue 8 years ago • 0 comments

[webpack-isomorphic-tools] [error] .development() method is now deprecated (for server-side instance only, not for webpack plugin instance) and has no effect. Set up a proper process.env.NODE_ENV variable instead: it should be "production" for production, otherwise it assumes development. The currently used mode is: production. `process.env.NODE_ENV is: production

Fixed the above error while running npm run build:static

shyjal avatar Apr 24 '17 10:04 shyjal