We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
/build/assets.json
Hello, Have some problem, when i am use razzle start i see error, its not critical after some time app up, but i think we can try fix this.
razzle start
in start script
start.js
// Compile our assets with webpack const clientCompiler = compile(clientConfig);
client compiler (he create assets.json file)
assets.json file
but server compiler call before and when we use some code on server like start.js
const serverCompiler = compile(serverConfig);
server.js (custom)
const assets = require(process.env.RAZZLE_ASSETS_MANIFEST)
i think replace client compile before server with this problem
The text was updated successfully, but these errors were encountered:
This is out in 2.0.0-alpha.8.
Sorry, something went wrong.
On 2.0.0-alpha.8 I'm still seeing this error.
@jaredpalmer , #575 in this PR fix for start server after webpack done hook (https://github.com/webpack/docs/wiki/plugins#donestats-stats)
done
No branches or pull requests
Hello,
Have some problem, when i am use
razzle start
i see error, its not critical after some time app up, but i think we can try fix this.in start script
start.js
client compiler (he create
assets.json file
)but server compiler call before and when we use some code on server like
start.js
server.js (custom)
i think replace client compile before server with this problem
The text was updated successfully, but these errors were encountered: