久久久久久久av_日韩在线中文_看一级毛片视频_日本精品二区_成人深夜福利视频_武道仙尊动漫在线观看

    <tfoot id='EO6Ao'></tfoot>
  • <legend id='EO6Ao'><style id='EO6Ao'><dir id='EO6Ao'><q id='EO6Ao'></q></dir></style></legend>

    <small id='EO6Ao'></small><noframes id='EO6Ao'>

      <bdo id='EO6Ao'></bdo><ul id='EO6Ao'></ul>

      1. <i id='EO6Ao'><tr id='EO6Ao'><dt id='EO6Ao'><q id='EO6Ao'><span id='EO6Ao'><b id='EO6Ao'><form id='EO6Ao'><ins id='EO6Ao'></ins><ul id='EO6Ao'></ul><sub id='EO6Ao'></sub></form><legend id='EO6Ao'></legend><bdo id='EO6Ao'><pre id='EO6Ao'><center id='EO6Ao'></center></pre></bdo></b><th id='EO6Ao'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='EO6Ao'><tfoot id='EO6Ao'></tfoot><dl id='EO6Ao'><fieldset id='EO6Ao'></fieldset></dl></div>

        如何處理來自 gulp-babel 的“代碼生成器對樣式進

        How to handle #39;code generator has deoptimised styling#39; message from gulp-babel(如何處理來自 gulp-babel 的“代碼生成器對樣式進行優(yōu)化消息)

        <small id='s5aYu'></small><noframes id='s5aYu'>

            <bdo id='s5aYu'></bdo><ul id='s5aYu'></ul>

              <tbody id='s5aYu'></tbody>
              <legend id='s5aYu'><style id='s5aYu'><dir id='s5aYu'><q id='s5aYu'></q></dir></style></legend>

              <i id='s5aYu'><tr id='s5aYu'><dt id='s5aYu'><q id='s5aYu'><span id='s5aYu'><b id='s5aYu'><form id='s5aYu'><ins id='s5aYu'></ins><ul id='s5aYu'></ul><sub id='s5aYu'></sub></form><legend id='s5aYu'></legend><bdo id='s5aYu'><pre id='s5aYu'><center id='s5aYu'></center></pre></bdo></b><th id='s5aYu'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='s5aYu'><tfoot id='s5aYu'></tfoot><dl id='s5aYu'><fieldset id='s5aYu'></fieldset></dl></div>

                1. <tfoot id='s5aYu'></tfoot>
                  本文介紹了如何處理來自 gulp-babel 的“代碼生成器對樣式進行優(yōu)化"消息的處理方法,對大家解決問題具有一定的參考價值,需要的朋友們下面隨著小編來一起學(xué)習(xí)吧!

                  問題描述

                  限時送ChatGPT賬號..

                  我剛剛使用 gulp-babel 到我的 gulp 文件中,如下

                  I've just employed gulp-babel to my gulp file with the following

                  var babel = require('gulp-babel');
                  
                  return gulp.src(files.concat.js.myModule)
                    .pipe(babel())
                    .pipe(concat('myModule.js'))
                    .pipe(gulp.dest('path/to/js'));
                  

                  ...我得到以下關(guān)于在我的 gulp 輸出中取消優(yōu)化樣式的 Note:

                  ...and I get the following Note about deoptimising the styling in my gulp output:

                  NOTE: The code generator has deoptimised the styling ... as it exceeds the max of "100KB"
                  

                  這是個問題嗎?
                  我應(yīng)該以某種方式處理這個問題嗎?

                  Is this a problem?
                  Should I be handling this is some way?

                  推薦答案

                  原來 compact 選項默認(rèn)設(shè)置為 auto 刪除多余的空白字符和行終止符 [...] 輸入大小 > 100KB".

                  Turns out the compact option is set to auto by default which removes "superfluous whitespace characters and line terminators [...] on input sizes >100KB".

                  如果這不是你想要的,你可以設(shè)置 compact 選項 為假...

                  If this is not what you want, you can set the compact option to false...

                  .pipe(babel({compact: false}))
                  

                  這篇關(guān)于如何處理來自 gulp-babel 的“代碼生成器對樣式進行優(yōu)化"消息的文章就介紹到這了,希望我們推薦的答案對大家有所幫助,也希望大家多多支持html5模板網(wǎng)!

                  【網(wǎng)站聲明】本站部分內(nèi)容來源于互聯(lián)網(wǎng),旨在幫助大家更快的解決問題,如果有圖片或者內(nèi)容侵犯了您的權(quán)益,請聯(lián)系我們刪除處理,感謝您的支持!

                  相關(guān)文檔推薦

                  Browserify, Babel 6, Gulp - Unexpected token on spread operator(Browserify,Babel 6,Gulp - 傳播運算符上的意外令牌)
                  Is it possible to pass a flag to Gulp to have it run tasks in different ways?(是否可以將標(biāo)志傳遞給 Gulp 以使其以不同的方式運行任務(wù)?)
                  Why do we need to install gulp globally and locally?(為什么我們需要在全局和本地安裝 gulp?)
                  How to run Gulp tasks sequentially one after the other(如何一個接一個地依次運行 Gulp 任務(wù))
                  Stylesheet not loaded because of MIME-type(由于 MIME 類型而未加載樣式表)
                  Visual Studio 2015 crashes when opening Javascript files(打開 Javascript 文件時 Visual Studio 2015 崩潰)

                    • <bdo id='MTt3J'></bdo><ul id='MTt3J'></ul>
                      1. <i id='MTt3J'><tr id='MTt3J'><dt id='MTt3J'><q id='MTt3J'><span id='MTt3J'><b id='MTt3J'><form id='MTt3J'><ins id='MTt3J'></ins><ul id='MTt3J'></ul><sub id='MTt3J'></sub></form><legend id='MTt3J'></legend><bdo id='MTt3J'><pre id='MTt3J'><center id='MTt3J'></center></pre></bdo></b><th id='MTt3J'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='MTt3J'><tfoot id='MTt3J'></tfoot><dl id='MTt3J'><fieldset id='MTt3J'></fieldset></dl></div>
                          <tbody id='MTt3J'></tbody>

                          • <tfoot id='MTt3J'></tfoot>
                          • <small id='MTt3J'></small><noframes id='MTt3J'>

                            <legend id='MTt3J'><style id='MTt3J'><dir id='MTt3J'><q id='MTt3J'></q></dir></style></legend>
                          • 主站蜘蛛池模板: 国产区在线看 | 国产精品嫩草影院精东 | 99久久免费精品国产男女高不卡 | 国产一区二区自拍 | 久久成人国产 | 国产一区欧美 | 久久精品国产一区二区三区 | 99热精品在线观看 | 欧美成年网站 | 久久久久久国产精品 | 国产一区二区不卡 | 欧洲一区二区三区 | 99欧美精品 | 久久精品色欧美aⅴ一区二区 | 日韩一级一区 | 久久精品一级 | av成人在线观看 | 天天干狠狠干 | 欧美精品在线播放 | 视频在线观看一区 | 久久精品久久综合 | 91精品国产综合久久小仙女图片 | 91在线看网站 | 男女久久久| 色播视频在线观看 | 国产精品久久久精品 | 九色在线视频 | 亚洲美女网站 | 91成人免费电影 | 国产黄色大片网站 | 欧美综合一区 | 在线视频成人 | 亚洲婷婷六月天 | 免费人成在线观看网站 | 99久久久久久 | 中文字幕av一区 | 不卡av电影在线播放 | 国产影音先锋 | 欧美精品在线一区二区三区 | h视频在线免费 | www.欧美.com |