webpack 构建 node_modules 中公司内部组件

Posted 松鼠闹IT

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了webpack 构建 node_modules 中公司内部组件相关的知识,希望对你有一定的参考价值。

构建 node_modules 中特定的组件

       {
        test:/.js$/,
        exclude: /node_modules/(?!(zt-)/).*/,
        use:[
          {
            loader:"babel-loader",
            options:{presets:["env"]}
          }
        ]
      },

zt- 开头的组件排除在外,就会去对 zt- 开头的组件进行编译

多个处理方式

以上是关于webpack 构建 node_modules 中公司内部组件的主要内容,如果未能解决你的问题,请参考以下文章

前端工程化9:Webpack构建流程分析,Webpack5源码解读

带有 babel 的 webpack 显示错误模块构建失败(来自 ./node_modules/babel-loader/lib/index.js):

使用 Angular 7 构建的 Webpack 4 在尝试访问 node_modules 时会出现 sass-loader 问题

webpack构建时缺少绑定/myproject/node_modules/node-sass/vendor/linux-x64-57/binding.node

webpack - 需要('node_modules/leaflet/leaflet.css')

Webpack、sass-loader(或 css-loader)在 node_modules 中嵌套文件导入。文件未找到