vueエラー

15098 ワード

//    

\ building for production...Error processing file: static/css/app.e8b75d3d19abc5bbbd9bd916f459f0d0.css

(node:16424) UnhandledPromiseRejectionWarning: CssSyntaxError: E:\simou\static\css\app.e8b75d3d19abc5bbbd9bd916f459f0d0.css:1995:6: Unknown word

    at Input.error (E:\simou
ode_modules\optimize-css-assets-webpack-plugin
ode_modules\postcss\lib\input.js:130:16) at Parser.unknownWord (E:\simou
ode_modules\optimize-css-assets-webpack-plugin
ode_modules\postcss\lib\parser.js:563:22) at Parser.decl (E:\simou
ode_modules\optimize-css-assets-webpack-plugin
ode_modules\postcss\lib\parser.js:235:16) at Parser.other (E:\simou
ode_modules\optimize-css-assets-webpack-plugin
ode_modules\postcss\lib\parser.js:133:18) at Parser.parse (E:\simou
ode_modules\optimize-css-assets-webpack-plugin
ode_modules\postcss\lib\parser.js:77:16) at parse (E:\simou
ode_modules\optimize-css-assets-webpack-plugin
ode_modules\postcss\lib\parse.js:17:12) at new LazyResult (E:\simou
ode_modules\optimize-css-assets-webpack-plugin
ode_modules\postcss\lib\lazy-result.js:60:16) at Processor.<anonymous> (E:\simou
ode_modules\optimize-css-assets-webpack-plugin
ode_modules\postcss\lib\processor.js:138:12) at Processor.process (E:\simou
ode_modules\optimize-css-assets-webpack-plugin
ode_modules\postcss\lib\processor.js:117:23) at Function.creator.process (E:\simou
ode_modules\optimize-css-assets-webpack-plugin
ode_modules\postcss\lib\postcss.js:148:43) at OptimizeCssAssetsPlugin.processCss (E:\simou
ode_modules\optimize-css-assets-webpack-plugin\index.js:63:19) at Object.processor (E:\simou
ode_modules\optimize-css-assets-webpack-plugin\index.js:29:23) at E:\simou
ode_modules\last-call-webpack-plugin\index.js:139:8 at arrayEach (E:\simou
ode_modules\lodash\_arrayEach.js:15:9) at forEach (E:\simou
ode_modules\lodash\forEach.js:38:10) at LastCallWebpackPlugin.process (E:\simou
ode_modules\last-call-webpack-plugin\index.js:136:3) (node:16424) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 2) (node:16424) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.

まず、プラグインが互換性がないのは、プロジェクトのニーズのため、海康威視のプラグインを使用する必要があるからです.
思いついたらやるindexでhtmlとmain.jsでは関連プラグインを注釈してパッケージを継続し、解決されなかった.
後でエラーレポートを引き続き表示し、cssとjsを生成する問題であることを指摘すると、検索の方向はwebpackに向かいます.
最後にwebpackでprod.conf.jsでコメントしました.
const OptimizeCSSPlugin = require('optimize-css-assets-webpack-plugin')

new OptimizeCSSPlugin({

      cssProcessorOptions: config.build.productionSourceMap

        ? { safe: true, map: { inline: false } }

        : { safe: true }

    }),

抽出したcssとjsを圧縮し、圧縮を繰り返すべき??それとも複数のファイルを同じファイルに圧縮しますか?
よくわかりませんが、記録しておくと、どの大神が希望を見て意見を出したのか分かりません.