Back

rails - rails 6 Rails: Webpacker::Manifest::MissingEntryError in Home#index

发布时间: 2022-02-21 10:03:00

refer to: https://stackoverflow.com/questions/54113179/rails-webpackermanifestmissingentryerror-in-homeindex

bundle exec rails webpacker:install

同时参考: https://stackoverflow.com/questions/65858869/webpacker-cant-find-application-css-in-app-public-packs-manifest-json/71509602#71509602

bundle exec rails s -p 3000 # port 3000
bundle exec bin/webpack-dev-server # port 3030

Back