Loader

解决html-webpack-plugin和html-loader冲突问题,支持嵌套引用

1.问题 最近在使用webpack的过程中,发现html-webpack-plugin和html-loader有冲突,同时使用会导致html-webpack-plugin的ejs模版语法失效,无法动态标题(htmlWebpackPlugin.options.title代码会直接输出到页面上)、无法在页面使用js变量等; 如果放弃html-loader,只用...

craco 配置 less.module

const CracoLess = require('craco-less') const CracoAntDesign = require('craco-antd') const path = require('path') module.exports = { plugins: [ // 针对Less的相关配置(如module...