前提・実現したいこと
Vue.jsとPHPで構成されたOSSアプリのプラグインを少しだけいじって機能を追加しようと思っています。
参考書を見ながらですがVueファイルに変更を加えrun npm buildをして動作を確認してみましたが変化した様子はなく、
エラーすらも発生しないので反映がされていないと考えています。
既存のアプリなのでpackage.jsonやconfigファイルなどはなるべく変えないほうがいいのかなと思っていますが...
発生している問題・エラーメッセージ
関係があるかわかりませんがビルド後の警告メッセージをのせておきます。 WARNING in asset size limit: The following asset(s) exceed the recommended size limit (244 KiB). This can impact web performance. Assets: workflowengine.js (1.56 MiB) WARNING in entrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit (244 KiB). This can impact web performance. Entrypoints: main (1.56 MiB) workflowengine.js 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/
該当のソースコード
試したこと
開発用のフォルダ、サーバーなのでrun npm devではなくbuildにしていますが
ログにはVueのコンポーネントファイルがbuildされている記録があります。
補足情報(FW/ツールのバージョンなど)
コンパイラはwebpack 4.46.0 webpack-cli 4.6.0が使われています。
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2021/05/19 03:11
2021/05/19 03:23 編集
2021/05/19 04:03
2021/05/19 04:34