rails、webpackerのパフォーマンス警告を無視したいです。
bundle exec rails webpacker:compile RAILS_ENV=production
でコンパイルしたときに、
WARNING in asset size limit: The following asset(s) exceed the recommended size limit (244 KiB). This can impact web performance. Assets: js/application-86217e8ccff8b8251ff7.js.map.gz (299 KiB) WARNING in webpack performance recommendations: You can limit the size of your bundles by using import() or require.ensure to lazy load some parts of your application. For more info visit https://webpack.js.org/guides/code-splitting/
と警告がでます。この警告を無視したいのですが、方法が分かりません。
少し調べたところ、「webpack.config.js」というファイルに設定を書く必要がありそうなのですが、
ファイルが見当たりません。どうすればいいでしょうか?
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2020/03/02 07:07
2020/03/02 07:34