envatt-webpack-loader
Advanced tools
Comparing version 1.1.3 to 1.1.4
{ | ||
"name": "envatt-webpack-loader", | ||
"version": "1.1.3", | ||
"version": "1.1.4", | ||
"description": "一个通过代码注释,区分环境的webpack-loader", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -48,5 +48,5 @@ ## 安装 | ||
<div class="home"> | ||
<!-- 这个代码不会被条件注释识别 --> | ||
<h1>这个代码不会被条件注释识别</h1> | ||
<h1>哈哈哈</h1> | ||
<!-- #ifdef 这是A环境 --> | ||
@@ -60,3 +60,3 @@ <h1>这是A环境的代码</h1> | ||
<p>你好啊</p> | ||
<p>Hello</p> | ||
@@ -63,0 +63,0 @@ <button @click="handleAlert">Click Me</button> |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2879