登录 注册
当前位置:主页 > 资源下载 > 50 > webpack-stylesheet-variable-replacer-plugin: 一款用于更改主题的webpack插件,实现在网页中换肤的功能

webpack-stylesheet-variable-replacer-plugin: 一款用于更改主题的webpack插件,实现在网页中换肤的功能

  • 更新:2024-10-23 08:46:19
  • 大小:301KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:Webpack - 前端
  • 格式:ZIP

资源介绍

webpack样式表变量替换插件 只需使用以下一个函数即可轻松更改css变量: window.replaceVariable ,配置示例: 如何(3个步骤) 步骤1:在您的webpack.config.js中导入插件(不要忘记安装插件)。 const WebpackVariableReplacer = require ( 'webpack-stylesheet-variable-replacer-plugin' ) ; 步骤2:配置您的插件: module . exports = { plugins : [ // ... your plugin new WebpackVariableReplacer ( { htmlFileName : 'index.html' , // if your application has a html file ,