kbone 环境初始化不成功?
发布于 6 年前 作者 luochao 14852 次浏览 来自 问答

npm run mp      

> [email protected] mp /Users/whm/my-app

> rimraf dist/mp/common && cross-env NODE_ENV=development webpack --config build/webpack.mp.config.js --progress --hide-modules

10% building 0/0 modules 0 active

webpack is watching the files…

98% after emitting SizeLimitsPlugin

dependencies has been built

Hash: c24a1892e6199a299af7

Version: webpack 4.46.0

Time: 4380ms

Built at: 2021/04/01 上午11:14:24

                            Asset        Size  Chunks             Chunk Names

                        …/app.js    2.13 KiB          [emitted]  

                      …/app.json   261 bytes          [emitted]  

                      …/app.wxss    7.74 KiB          [emitted]  

                     …/config.js    1.13 KiB          [emitted]  

     …/node_modules/.miniprogram     0 bytes          [emitted]  

                  …/package.json   185 bytes          [emitted]  

                 …/pages/base.js    12.2 KiB          [emitted]  

           …/pages/home/index.js   403 bytes          [emitted]  

         …/pages/home/index.json    96 bytes          [emitted]  

         …/pages/home/index.wxml   147 bytes          [emitted]  

         …/pages/home/index.wxss   113 bytes          [emitted]  

          …/pages/other/index.js   404 bytes          [emitted]  

        …/pages/other/index.json    96 bytes          [emitted]  

        …/pages/other/index.wxml   147 bytes          [emitted]  

        …/pages/other/index.wxss   114 bytes          [emitted]  

           …/project.config.json  1010 bytes          [emitted]  

            default~home~other.js    1.92 KiB       0  [emitted]  default~home~other

          default~home~other.wxss    96 bytes       0  [emitted]  default~home~other

                          home.js    3.95 KiB       2  [emitted]  home

                        home.wxss   187 bytes       2  [emitted]  home

                         other.js    4.09 KiB       3  [emitted]  other

                       other.wxss   147 bytes       3  [emitted]  other

            vendors~home~other.js     143 KiB       1  [emitted]  vendors~home~other

vendors~home~other.js.LICENSE.txt   219 bytes          [emitted]  

Entrypoint home = vendors~home~other.js default~home~other.wxss default~home~other.js home.wxss home.js

Entrypoint other = vendors~home~other.js default~home~other.wxss default~home~other.js other.wxss other.js

Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js!node_modules/vue-loader/lib/loaders/stylePostLoader.js!node_modules/postcss-loader/lib/index.js??postcss!node_modules/less-loader/dist/cjs.js!node_modules/thread-loader/dist/cjs.js!node_modules/vue-loader/lib/index.js??vue-loader-options!node_modules/vue-improve-loader/src/index.js!src/common/Footer.vue?vue&type=style&index=0&lang=less&:

    Entrypoint mini-css-extract-plugin = *

Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js!node_modules/vue-loader/lib/loaders/stylePostLoader.js!node_modules/postcss-loader/lib/index.js??postcss!node_modules/less-loader/dist/cjs.js!node_modules/thread-loader/dist/cjs.js!node_modules/vue-loader/lib/index.js??vue-loader-options!node_modules/vue-improve-loader/src/index.js!src/common/Header.vue?vue&type=style&index=0&lang=less&:

    Entrypoint mini-css-extract-plugin = *

Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js!node_modules/vue-loader/lib/loaders/stylePostLoader.js!node_modules/postcss-loader/lib/index.js??postcss!node_modules/less-loader/dist/cjs.js!node_modules/thread-loader/dist/cjs.js!node_modules/vue-loader/lib/index.js??vue-loader-options!node_modules/vue-improve-loader/src/index.js!src/detail/Index.vue?vue&type=style&index=0&lang=less&:

    Entrypoint mini-css-extract-plugin = *

Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js!node_modules/vue-loader/lib/loaders/stylePostLoader.js!node_modules/postcss-loader/lib/index.js??postcss!node_modules/less-loader/dist/cjs.js!node_modules/thread-loader/dist/cjs.js!node_modules/vue-loader/lib/index.js??vue-loader-options!node_modules/vue-improve-loader/src/index.js!src/home/Index.vue?vue&type=style&index=0&lang=less&:

    Entrypoint mini-css-extract-plugin = *

Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js!node_modules/vue-loader/lib/loaders/stylePostLoader.js!node_modules/postcss-loader/lib/index.js??postcss!node_modules/less-loader/dist/cjs.js!node_modules/thread-loader/dist/cjs.js!node_modules/vue-loader/lib/index.js??vue-loader-options!node_modules/vue-improve-loader/src/index.js!src/list/Index.vue?vue&type=style&index=0&lang=less&:

    Entrypoint mini-css-extract-plugin = *

每次都卡在这个地方 ,有哪位知道怎么处理吗?

回到顶部