@weapp-tailwindcss/postcss 3.0.0-next.7 → 3.0.0-next.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -5,6 +5,7 @@ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
5
  var __getOwnPropNames = Object.getOwnPropertyNames;
6
6
  var __getProtoOf = Object.getPrototypeOf;
7
7
  var __hasOwnProp = Object.prototype.hasOwnProperty;
8
+ var __commonJSMin = (cb, mod) => () => (mod || (cb((mod = { exports: {} }).exports, mod), cb = null), mod.exports);
8
9
  var __copyProps = (to, from, except, desc) => {
9
10
  if (from && typeof from === "object" || typeof from === "function") for (var keys = __getOwnPropNames(from), i = 0, n = keys.length, key; i < n; i++) {
10
11
  key = keys[i];
@@ -211,6 +212,12 @@ const postcssHtmlTransform = (opts = {}) => {
211
212
  };
212
213
  postcssHtmlTransform.postcss = true;
213
214
  //#endregion
215
+ Object.defineProperty(exports, "__commonJSMin", {
216
+ enumerable: true,
217
+ get: function() {
218
+ return __commonJSMin;
219
+ }
220
+ });
214
221
  Object.defineProperty(exports, "__toESM", {
215
222
  enumerable: true,
216
223
  get: function() {
@@ -1,2 +1,2 @@
1
- const require_html_transform = require("./html-transform-DuSRw6IH.js");
1
+ const require_html_transform = require("./html-transform-Dgak7hXa.js");
2
2
  module.exports = require_html_transform.postcssHtmlTransform;