Larry Tu
Joined
20 Experience
0 Lessons Completed
0 Questions Solved
Activity
I have the same issue too.
HI,
I've tried to add webpacker in existing app, and error showed up as bellow. I've googled it for hours and still can't find solution, plz help me with some hint, Thank you so so much.
Webpacker::Manifest::MissingEntryError - Webpacker can't find application.css in <App-Path>/public/packs/manifest.json. Possible causes:
1. You want to set webpacker.yml value of compile to true for your environment
unless you are using the `webpack -w` or the webpack-dev-server.
2. webpack has not yet re-run to reflect updates.
3. You have misconfigured Webpacker's config/webpacker.yml file.
4. Your webpack configuration is not creating a manifest.
Your manifest contains:
{
"application.js": "/packs/application-6d6fda76e45f26772dbc.js",
"application.js.map": "/packs/application-6d6fda76e45f26772dbc.js.map",
"hello_vue.js": "/packs/hello_vue-8b47c03e0e5b1afe8a54.js",
"hello_vue.js.map": "/packs/hello_vue-8b47c03e0e5b1afe8a54.js.map"
}
I've tried to add webpacker in existing app, and error showed up as bellow. I've googled it for hours and still can't find solution, plz help me with some hint, Thank you so so much.
Webpacker::Manifest::MissingEntryError - Webpacker can't find application.css in <App-Path>/public/packs/manifest.json. Possible causes:
1. You want to set webpacker.yml value of compile to true for your environment
unless you are using the `webpack -w` or the webpack-dev-server.
2. webpack has not yet re-run to reflect updates.
3. You have misconfigured Webpacker's config/webpacker.yml file.
4. Your webpack configuration is not creating a manifest.
Your manifest contains:
{
"application.js": "/packs/application-6d6fda76e45f26772dbc.js",
"application.js.map": "/packs/application-6d6fda76e45f26772dbc.js.map",
"hello_vue.js": "/packs/hello_vue-8b47c03e0e5b1afe8a54.js",
"hello_vue.js.map": "/packs/hello_vue-8b47c03e0e5b1afe8a54.js.map"
}