文件名称:condition-loader:适用于任何类型文本文件的webpack条件加载器
文件大小:5KB
文件格式:ZIP
更新时间:2024-05-30 09:01:38
JavaScript
conditional loader for webpack Webpack loader that allows text file conditional compilation directly from Webpack. 支持js、html、vue、css其他任何文本文件(support javascript、html、vue、css and any other text file). 支持命令#if、#else、#elseif、#endif 命令务必独立一行 命令务必包含在注释内,注释现匹配开始字符<!-- or // or /* install npm install condition-loader --save-dev example js example // #if DEBUG console.log('this is debug code'); // #endif /
【文件预览】:
condition-loader-master
----.gitignore(21B)
----test()
--------output.js(3KB)
--------index.js(343B)
----.eslintrc.yml(346B)
----package.json(694B)
----readme.md(2KB)
----index.js(2KB)
----.eslintignore(31B)
----webpack.config.js(424B)