webpack-assets.json not found
See original GitHub issueHello
I get this error:
[webpack-isomorphic-tools] [error] "/[PROJECT_PATH]/webpack-assets.json" not found. Most likely it hasn't yet been generated by Webpack. Using an empty stub instead.
Any ideas to generate it? Or What does empty stub
look like?
Thanks for your help
Issue Analytics
- State:
- Created 7 years ago
- Comments:10 (5 by maintainers)
Top Results From Across the Web
Can't generate webpack-assets.json with webpack-isomorphic ...
The reason the assets file is not generated is because you have integrated webpack-dev-server into your server.js .
Read more >assets-webpack-plugin - npm
This plug-in outputs a json file with the paths of the generated assets so you can find them from somewhere else. Example output:...
Read more >add-assets-to-json-webpack-plugin - npm package - Snyk
The npm package add-assets-to-json-webpack-plugin was scanned for known vulnerabilities and missing license, and no issues were found. Thus the ...
Read more >Stats Data - webpack
The --json=compilation-stats.json flag indicates to webpack that it should emit the ... Asset's info property is available since webpack v4.40.0 ...
Read more >webpack-assets-manifest | Yarn - Package Manager
This Webpack plugin will generate a JSON file that matches the original filename with the hashed version. ... npm install webpack-assets-manifest --save-dev ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thanks again for your super tools. It works very well 😃. I made a starter kit which uses it. The Next step is to try universal-webpack.
I would say that if you’re starting a new project you may try
universal-webpack
. Then you can compare it to your past experience and decide what do you like more.universal-webpack
has more features (webpack plugins work, etc), therefore I would recommend using it first.