-
webpack-stylesheet-variable-replacer-plugin: 一款用于更改主题的webpack插件,实现在网页中换肤的功能
资源介绍
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 ,
- 上一篇: 软件开发文档模板[全套]
- 下一篇: 软件开发文档