weapp-tailwindcss 4.10.0-beta.8 → 4.10.0
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.
- package/dist/{chunk-ETIS5VGC.mjs → chunk-6QU7CMAG.mjs} +1 -1
- package/dist/{chunk-QNEHZQ5K.mjs → chunk-D67CTJV5.mjs} +2 -2
- package/dist/{chunk-LWU4K4A6.js → chunk-DA2K4ZIE.js} +7 -7
- package/dist/{chunk-2MJBDIG6.mjs → chunk-F6VHIO5B.mjs} +1 -1
- package/dist/{chunk-QWT27QZ6.js → chunk-HFXMZGPW.js} +3 -3
- package/dist/{chunk-YI4IXATF.js → chunk-JA6PNN27.js} +27 -27
- package/dist/{chunk-N3U357CS.js → chunk-PDP4OIKN.js} +3 -3
- package/dist/{chunk-DE25VCQH.mjs → chunk-Q5IGGG5W.mjs} +1 -1
- package/dist/{chunk-5KSAXITH.mjs → chunk-TNAPEHNW.mjs} +3 -3
- package/dist/{chunk-Q6Y6ZAZJ.js → chunk-VTIOEDOK.js} +1 -1
- package/dist/{chunk-QC2DDH25.js → chunk-VZX2RV6M.js} +15 -15
- package/dist/{chunk-J4MC6GTY.mjs → chunk-ZP6TLVZX.mjs} +2 -2
- package/dist/cli.js +9 -9
- package/dist/cli.mjs +1 -1
- package/dist/core.js +7 -7
- package/dist/core.mjs +2 -2
- package/dist/gulp.js +4 -4
- package/dist/gulp.mjs +3 -3
- package/dist/index.js +7 -7
- package/dist/index.mjs +6 -6
- package/dist/vite.js +4 -4
- package/dist/vite.mjs +3 -3
- package/dist/webpack.js +5 -5
- package/dist/webpack.mjs +4 -4
- package/dist/webpack4.js +26 -26
- package/dist/webpack4.mjs +3 -3
- package/package.json +3 -3
|
@@ -12,7 +12,7 @@ import {
|
|
|
12
12
|
} from "./chunk-RRHPTTCP.mjs";
|
|
13
13
|
import {
|
|
14
14
|
setupPatchRecorder
|
|
15
|
-
} from "./chunk-
|
|
15
|
+
} from "./chunk-F6VHIO5B.mjs";
|
|
16
16
|
import {
|
|
17
17
|
collectRuntimeClassSet,
|
|
18
18
|
createAttributeMatcher,
|
|
@@ -24,7 +24,7 @@ import {
|
|
|
24
24
|
replaceWxml,
|
|
25
25
|
toCustomAttributesEntities,
|
|
26
26
|
vitePluginName
|
|
27
|
-
} from "./chunk-
|
|
27
|
+
} from "./chunk-Q5IGGG5W.mjs";
|
|
28
28
|
import {
|
|
29
29
|
resolveUniUtsPlatform
|
|
30
30
|
} from "./chunk-OOHJLO5M.mjs";
|
|
@@ -3,13 +3,13 @@
|
|
|
3
3
|
var _chunkLTJQUORKjs = require('./chunk-LTJQUORK.js');
|
|
4
4
|
|
|
5
5
|
|
|
6
|
-
var
|
|
6
|
+
var _chunkHFXMZGPWjs = require('./chunk-HFXMZGPW.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
|
|
12
|
-
var
|
|
12
|
+
var _chunkVTIOEDOKjs = require('./chunk-VTIOEDOK.js');
|
|
13
13
|
|
|
14
14
|
// src/bundlers/gulp/index.ts
|
|
15
15
|
var _buffer = require('buffer');
|
|
@@ -17,12 +17,12 @@ var _fs = require('fs'); var _fs2 = _interopRequireDefault(_fs);
|
|
|
17
17
|
var _path = require('path'); var _path2 = _interopRequireDefault(_path);
|
|
18
18
|
var _process = require('process'); var _process2 = _interopRequireDefault(_process);
|
|
19
19
|
var _stream = require('stream'); var _stream2 = _interopRequireDefault(_stream);
|
|
20
|
-
var debug =
|
|
20
|
+
var debug = _chunkVTIOEDOKjs.createDebug.call(void 0, );
|
|
21
21
|
var Transform = _stream2.default.Transform;
|
|
22
22
|
function createPlugins(options = {}) {
|
|
23
|
-
const opts =
|
|
23
|
+
const opts = _chunkVTIOEDOKjs.getCompilerContext.call(void 0, options);
|
|
24
24
|
const { templateHandler, styleHandler, jsHandler, cache, twPatcher: initialTwPatcher, refreshTailwindcssPatcher } = opts;
|
|
25
|
-
const patchRecorderState =
|
|
25
|
+
const patchRecorderState = _chunkHFXMZGPWjs.setupPatchRecorder.call(void 0, initialTwPatcher, opts.tailwindcssBasedir, {
|
|
26
26
|
source: "runtime",
|
|
27
27
|
cwd: _nullishCoalesce(opts.tailwindcssBasedir, () => ( _process2.default.cwd()))
|
|
28
28
|
});
|
|
@@ -36,13 +36,13 @@ function createPlugins(options = {}) {
|
|
|
36
36
|
const MODULE_EXTENSIONS = [".js", ".mjs", ".cjs", ".ts", ".tsx", ".jsx"];
|
|
37
37
|
let runtimeSetInitialized = false;
|
|
38
38
|
async function refreshRuntimeState(force) {
|
|
39
|
-
await
|
|
39
|
+
await _chunkVTIOEDOKjs.refreshTailwindRuntimeState.call(void 0, runtimeState, force);
|
|
40
40
|
}
|
|
41
41
|
async function refreshRuntimeSet(force = false) {
|
|
42
42
|
if (!force && runtimeSetInitialized) {
|
|
43
43
|
return runtimeSet;
|
|
44
44
|
}
|
|
45
|
-
runtimeSet = await
|
|
45
|
+
runtimeSet = await _chunkVTIOEDOKjs.ensureRuntimeClassSet.call(void 0, runtimeState, {
|
|
46
46
|
forceRefresh: force,
|
|
47
47
|
forceCollect: force,
|
|
48
48
|
clearCache: force,
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunkVTIOEDOKjs = require('./chunk-VTIOEDOK.js');
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
var _chunk5APD2MNVjs = require('./chunk-5APD2MNV.js');
|
|
8
8
|
|
|
9
9
|
// src/tailwindcss/recorder.ts
|
|
10
10
|
function setupPatchRecorder(patcher, baseDir, options) {
|
|
11
|
-
const recorder =
|
|
11
|
+
const recorder = _chunkVTIOEDOKjs.createPatchTargetRecorder.call(void 0, baseDir, patcher, options);
|
|
12
12
|
if (_optionalChain([recorder, 'optionalAccess', _ => _.message]) && _optionalChain([options, 'optionalAccess', _2 => _2.logMessage]) !== false) {
|
|
13
13
|
const prefix = _optionalChain([options, 'optionalAccess', _3 => _3.messagePrefix]) ? `${options.messagePrefix} ` : "";
|
|
14
14
|
_chunk5APD2MNVjs.logger.info("%s%s", prefix, recorder.message);
|
|
@@ -16,7 +16,7 @@ function setupPatchRecorder(patcher, baseDir, options) {
|
|
|
16
16
|
const onPatchCompleted = _optionalChain([recorder, 'optionalAccess', _4 => _4.onPatched]) ? async () => {
|
|
17
17
|
await recorder.onPatched();
|
|
18
18
|
} : void 0;
|
|
19
|
-
const patchPromise = patcher ?
|
|
19
|
+
const patchPromise = patcher ? _chunkVTIOEDOKjs.createTailwindPatchPromise.call(void 0, patcher, onPatchCompleted) : Promise.resolve();
|
|
20
20
|
return {
|
|
21
21
|
recorder,
|
|
22
22
|
patchPromise,
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
|
|
11
11
|
|
|
12
12
|
|
|
13
|
-
var
|
|
13
|
+
var _chunkPDP4OIKNjs = require('./chunk-PDP4OIKN.js');
|
|
14
14
|
|
|
15
15
|
|
|
16
16
|
|
|
@@ -23,14 +23,14 @@ var _chunkIIDSY4XZjs = require('./chunk-IIDSY4XZ.js');
|
|
|
23
23
|
var _chunkLTJQUORKjs = require('./chunk-LTJQUORK.js');
|
|
24
24
|
|
|
25
25
|
|
|
26
|
-
var
|
|
26
|
+
var _chunkHFXMZGPWjs = require('./chunk-HFXMZGPW.js');
|
|
27
27
|
|
|
28
28
|
|
|
29
29
|
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
|
|
33
|
-
var
|
|
33
|
+
var _chunkVTIOEDOKjs = require('./chunk-VTIOEDOK.js');
|
|
34
34
|
|
|
35
35
|
|
|
36
36
|
var _chunkDYLQ6UOIjs = require('./chunk-DYLQ6UOI.js');
|
|
@@ -57,10 +57,10 @@ function setupWebpackV5ProcessAssetsHook(options) {
|
|
|
57
57
|
} = options;
|
|
58
58
|
const { Compilation, sources } = compiler.webpack;
|
|
59
59
|
const { ConcatSource } = sources;
|
|
60
|
-
compiler.hooks.compilation.tap(
|
|
60
|
+
compiler.hooks.compilation.tap(_chunkVTIOEDOKjs.pluginName, (compilation) => {
|
|
61
61
|
compilation.hooks.processAssets.tapPromise(
|
|
62
62
|
{
|
|
63
|
-
name:
|
|
63
|
+
name: _chunkVTIOEDOKjs.pluginName,
|
|
64
64
|
stage: Compilation.PROCESS_ASSETS_STAGE_SUMMARIZE
|
|
65
65
|
},
|
|
66
66
|
async (assets) => {
|
|
@@ -72,7 +72,7 @@ function setupWebpackV5ProcessAssetsHook(options) {
|
|
|
72
72
|
compilerOptions.cache.calcHashValueChanged(chunk.id, chunk.hash);
|
|
73
73
|
}
|
|
74
74
|
}
|
|
75
|
-
const assetHashByChunk =
|
|
75
|
+
const assetHashByChunk = _chunkPDP4OIKNjs.createAssetHashByChunkMap.call(void 0, compilation.chunks);
|
|
76
76
|
const entries = Object.entries(assets);
|
|
77
77
|
const compilerOutputPath = _nullishCoalesce(_optionalChain([compilation, 'access', _ => _.compiler, 'optionalAccess', _2 => _2.outputPath]), () => ( compiler.outputPath));
|
|
78
78
|
const outputDir = compilerOutputPath ? _path2.default.resolve(compilerOutputPath) : _nullishCoalesce(_optionalChain([compilation, 'access', _3 => _3.outputOptions, 'optionalAccess', _4 => _4.path]), () => ( _process2.default.cwd()));
|
|
@@ -129,7 +129,7 @@ function setupWebpackV5ProcessAssetsHook(options) {
|
|
|
129
129
|
};
|
|
130
130
|
const groupedEntries = _chunkDYLQ6UOIjs.getGroupedEntries.call(void 0, entries, compilerOptions);
|
|
131
131
|
const staleClassNameFallback = resolveWebpackStaleClassNameFallback(compilerOptions.staleClassNameFallback, compiler);
|
|
132
|
-
const runtimeSet = await
|
|
132
|
+
const runtimeSet = await _chunkVTIOEDOKjs.ensureRuntimeClassSet.call(void 0, runtimeState, {
|
|
133
133
|
// webpack 的 script-only 热更新可能不会触发 runtime classset loader,
|
|
134
134
|
// 这里强制收集可避免沿用上轮 class set,保证 JS 仅按最新集合精确命中。
|
|
135
135
|
forceCollect: true,
|
|
@@ -174,7 +174,7 @@ function setupWebpackV5ProcessAssetsHook(options) {
|
|
|
174
174
|
const jsTaskFactories = [];
|
|
175
175
|
if (Array.isArray(groupedEntries.js)) {
|
|
176
176
|
for (const [file] of groupedEntries.js) {
|
|
177
|
-
const cacheKey =
|
|
177
|
+
const cacheKey = _chunkPDP4OIKNjs.getCacheKey.call(void 0, file);
|
|
178
178
|
const asset = compilation.getAsset(file);
|
|
179
179
|
if (!asset) {
|
|
180
180
|
continue;
|
|
@@ -286,9 +286,9 @@ function setupWebpackV5Loaders(options) {
|
|
|
286
286
|
getClassSetInLoader,
|
|
287
287
|
debug: debug2
|
|
288
288
|
} = options;
|
|
289
|
-
const isMpxApp =
|
|
289
|
+
const isMpxApp = _chunkPDP4OIKNjs.isMpx.call(void 0, appType);
|
|
290
290
|
if (shouldRewriteCssImports && isMpxApp) {
|
|
291
|
-
|
|
291
|
+
_chunkPDP4OIKNjs.ensureMpxTailwindcssAliases.call(void 0, compiler, weappTailwindcssPackageDir2);
|
|
292
292
|
}
|
|
293
293
|
const runtimeClassSetLoader = _nullishCoalesce(runtimeLoaderPath, () => ( _path2.default.resolve(__dirname, "./weapp-tw-runtime-classset-loader.js")));
|
|
294
294
|
const runtimeCssImportRewriteLoader = shouldRewriteCssImports ? _nullishCoalesce(runtimeCssImportRewriteLoaderPath, () => ( _path2.default.resolve(__dirname, "./weapp-tw-css-import-rewrite-loader.js"))) : void 0;
|
|
@@ -301,12 +301,12 @@ function setupWebpackV5Loaders(options) {
|
|
|
301
301
|
const classSetLoaderOptions = {
|
|
302
302
|
getClassSet: getClassSetInLoader
|
|
303
303
|
};
|
|
304
|
-
const { findRewriteAnchor, findClassSetAnchor } =
|
|
304
|
+
const { findRewriteAnchor, findClassSetAnchor } = _chunkPDP4OIKNjs.createLoaderAnchorFinders.call(void 0, appType);
|
|
305
305
|
const cssImportRewriteLoaderOptions = runtimeLoaderRewriteOptions ? {
|
|
306
306
|
rewriteCssImports: runtimeLoaderRewriteOptions
|
|
307
307
|
} : void 0;
|
|
308
308
|
if (runtimeCssImportRewriteLoader && shouldRewriteCssImports && cssImportRewriteLoaderOptions && isMpxApp) {
|
|
309
|
-
|
|
309
|
+
_chunkPDP4OIKNjs.injectMpxCssRewritePreRules.call(void 0, compiler, runtimeCssImportRewriteLoader, cssImportRewriteLoaderOptions);
|
|
310
310
|
}
|
|
311
311
|
const createRuntimeClassSetLoaderEntry = () => ({
|
|
312
312
|
loader: runtimeClassSetLoader,
|
|
@@ -326,17 +326,17 @@ function setupWebpackV5Loaders(options) {
|
|
|
326
326
|
};
|
|
327
327
|
};
|
|
328
328
|
const { NormalModule } = compiler.webpack;
|
|
329
|
-
compiler.hooks.compilation.tap(
|
|
330
|
-
NormalModule.getCompilationHooks(compilation).loader.tap(
|
|
329
|
+
compiler.hooks.compilation.tap(_chunkVTIOEDOKjs.pluginName, (compilation) => {
|
|
330
|
+
NormalModule.getCompilationHooks(compilation).loader.tap(_chunkVTIOEDOKjs.pluginName, (_loaderContext, module) => {
|
|
331
331
|
const hasRuntimeLoader = runtimeClassSetLoaderExists || runtimeCssImportRewriteLoaderExists;
|
|
332
332
|
if (!hasRuntimeLoader) {
|
|
333
333
|
return;
|
|
334
334
|
}
|
|
335
|
-
|
|
335
|
+
_chunkPDP4OIKNjs.patchMpxLoaderResolve.call(void 0, _loaderContext, weappTailwindcssPackageDir2, shouldRewriteCssImports && isMpxApp);
|
|
336
336
|
const loaderEntries = module.loaders || [];
|
|
337
337
|
let rewriteAnchorIdx = findRewriteAnchor(loaderEntries);
|
|
338
338
|
const classSetAnchorIdx = findClassSetAnchor(loaderEntries);
|
|
339
|
-
const isCssModule =
|
|
339
|
+
const isCssModule = _chunkPDP4OIKNjs.isCssLikeModuleResource.call(void 0, module.resource, compilerOptions.cssMatcher, appType);
|
|
340
340
|
if (_process2.default.env.WEAPP_TW_LOADER_DEBUG && isCssModule) {
|
|
341
341
|
debug2("loader hook css module: %s loaders=%o anchors=%o", module.resource, loaderEntries.map((x) => x.loader), { rewriteAnchorIdx, classSetAnchorIdx });
|
|
342
342
|
}
|
|
@@ -368,7 +368,7 @@ function setupWebpackV5Loaders(options) {
|
|
|
368
368
|
rewriteAnchorIdx = findRewriteAnchor(loaderEntries);
|
|
369
369
|
}
|
|
370
370
|
}
|
|
371
|
-
if (runtimeClassSetLoaderExists && !
|
|
371
|
+
if (runtimeClassSetLoaderExists && !_chunkPDP4OIKNjs.hasLoaderEntry.call(void 0, loaderEntries, runtimeClassSetLoader)) {
|
|
372
372
|
const classSetLoaderEntry = createRuntimeClassSetLoaderEntry();
|
|
373
373
|
const anchorIndex = findClassSetAnchor(loaderEntries);
|
|
374
374
|
if (anchorIndex === -1) {
|
|
@@ -383,11 +383,11 @@ function setupWebpackV5Loaders(options) {
|
|
|
383
383
|
}
|
|
384
384
|
|
|
385
385
|
// src/bundlers/webpack/BaseUnifiedPlugin/v5.ts
|
|
386
|
-
var debug =
|
|
386
|
+
var debug = _chunkVTIOEDOKjs.createDebug.call(void 0, );
|
|
387
387
|
var weappTailwindcssPackageDir = _chunkIIDSY4XZjs.resolvePackageDir.call(void 0, "weapp-tailwindcss");
|
|
388
388
|
var UnifiedWebpackPluginV5 = class {
|
|
389
389
|
constructor(options = {}) {
|
|
390
|
-
this.options =
|
|
390
|
+
this.options = _chunkVTIOEDOKjs.getCompilerContext.call(void 0, options);
|
|
391
391
|
this.appType = this.options.appType;
|
|
392
392
|
}
|
|
393
393
|
apply(compiler) {
|
|
@@ -403,19 +403,19 @@ var UnifiedWebpackPluginV5 = class {
|
|
|
403
403
|
const disabledOptions = _chunkIIDSY4XZjs.resolveDisabledOptions.call(void 0, disabled);
|
|
404
404
|
const isTailwindcssV4 = (_nullishCoalesce(initialTwPatcher.majorVersion, () => ( 0))) >= 4;
|
|
405
405
|
const shouldRewriteCssImports = isTailwindcssV4 && this.options.rewriteCssImports !== false && !disabledOptions.rewriteCssImports;
|
|
406
|
-
const isMpxApp =
|
|
406
|
+
const isMpxApp = _chunkPDP4OIKNjs.isMpx.call(void 0, this.appType);
|
|
407
407
|
if (shouldRewriteCssImports) {
|
|
408
|
-
|
|
408
|
+
_chunkPDP4OIKNjs.applyTailwindcssCssImportRewrite.call(void 0, compiler, {
|
|
409
409
|
pkgDir: weappTailwindcssPackageDir,
|
|
410
410
|
enabled: true,
|
|
411
411
|
appType: this.appType
|
|
412
412
|
});
|
|
413
|
-
|
|
413
|
+
_chunkPDP4OIKNjs.setupMpxTailwindcssRedirect.call(void 0, weappTailwindcssPackageDir, isMpxApp);
|
|
414
414
|
}
|
|
415
415
|
if (disabledOptions.plugin) {
|
|
416
416
|
return;
|
|
417
417
|
}
|
|
418
|
-
const patchRecorderState =
|
|
418
|
+
const patchRecorderState = _chunkHFXMZGPWjs.setupPatchRecorder.call(void 0, initialTwPatcher, this.options.tailwindcssBasedir, {
|
|
419
419
|
source: "runtime",
|
|
420
420
|
cwd: _nullishCoalesce(this.options.tailwindcssBasedir, () => ( _process2.default.cwd()))
|
|
421
421
|
});
|
|
@@ -431,18 +431,18 @@ var UnifiedWebpackPluginV5 = class {
|
|
|
431
431
|
runtimeSetPrepared = false;
|
|
432
432
|
};
|
|
433
433
|
if (_optionalChain([compiler, 'access', _13 => _13.hooks, 'access', _14 => _14.thisCompilation, 'optionalAccess', _15 => _15.tap])) {
|
|
434
|
-
compiler.hooks.thisCompilation.tap(
|
|
434
|
+
compiler.hooks.thisCompilation.tap(_chunkVTIOEDOKjs.pluginName, resetRuntimePreparation);
|
|
435
435
|
} else if (_optionalChain([compiler, 'access', _16 => _16.hooks, 'access', _17 => _17.compilation, 'optionalAccess', _18 => _18.tap])) {
|
|
436
|
-
compiler.hooks.compilation.tap(
|
|
436
|
+
compiler.hooks.compilation.tap(_chunkVTIOEDOKjs.pluginName, resetRuntimePreparation);
|
|
437
437
|
}
|
|
438
438
|
async function getClassSetInLoader() {
|
|
439
439
|
if (runtimeSetPrepared) {
|
|
440
440
|
return;
|
|
441
441
|
}
|
|
442
|
-
const signature =
|
|
442
|
+
const signature = _chunkVTIOEDOKjs.getRuntimeClassSetSignature.call(void 0, runtimeState.twPatcher);
|
|
443
443
|
const forceRefresh = signature !== runtimeSetSignature;
|
|
444
444
|
runtimeSetPrepared = true;
|
|
445
|
-
await
|
|
445
|
+
await _chunkVTIOEDOKjs.ensureRuntimeClassSet.call(void 0, runtimeState, {
|
|
446
446
|
forceRefresh,
|
|
447
447
|
forceCollect: true,
|
|
448
448
|
clearCache: forceRefresh,
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
var _chunkIIDSY4XZjs = require('./chunk-IIDSY4XZ.js');
|
|
4
4
|
|
|
5
5
|
|
|
6
|
-
var
|
|
6
|
+
var _chunkVTIOEDOKjs = require('./chunk-VTIOEDOK.js');
|
|
7
7
|
|
|
8
8
|
// src/shared/mpx.ts
|
|
9
9
|
var _path = require('path'); var _path2 = _interopRequireDefault(_path);
|
|
@@ -154,8 +154,8 @@ function applyTailwindcssCssImportRewrite(compiler, options) {
|
|
|
154
154
|
if (!options.enabled) {
|
|
155
155
|
return;
|
|
156
156
|
}
|
|
157
|
-
compiler.hooks.normalModuleFactory.tap(
|
|
158
|
-
factory.hooks.beforeResolve.tap(
|
|
157
|
+
compiler.hooks.normalModuleFactory.tap(_chunkVTIOEDOKjs.pluginName, (factory) => {
|
|
158
|
+
factory.hooks.beforeResolve.tap(_chunkVTIOEDOKjs.pluginName, (data) => {
|
|
159
159
|
rewriteTailwindcssRequestForCss(data, options.pkgDir, options.appType);
|
|
160
160
|
});
|
|
161
161
|
});
|
|
@@ -285,7 +285,7 @@ async function collectRuntimeClassSet(twPatcher, options = {}) {
|
|
|
285
285
|
// package.json
|
|
286
286
|
var package_default = {
|
|
287
287
|
name: "weapp-tailwindcss",
|
|
288
|
-
version: "4.10.0
|
|
288
|
+
version: "4.10.0",
|
|
289
289
|
description: "\u628A tailwindcss \u539F\u5B50\u5316\u6837\u5F0F\u601D\u60F3\uFF0C\u5E26\u7ED9\u5C0F\u7A0B\u5E8F\u5F00\u53D1\u8005\u4EEC! bring tailwindcss to miniprogram developers!",
|
|
290
290
|
author: "ice breaker <1324318532@qq.com>",
|
|
291
291
|
license: "MIT",
|
|
@@ -10,7 +10,7 @@ import {
|
|
|
10
10
|
isMpx,
|
|
11
11
|
patchMpxLoaderResolve,
|
|
12
12
|
setupMpxTailwindcssRedirect
|
|
13
|
-
} from "./chunk-
|
|
13
|
+
} from "./chunk-6QU7CMAG.mjs";
|
|
14
14
|
import {
|
|
15
15
|
pushConcurrentTaskFactories,
|
|
16
16
|
resolveDisabledOptions,
|
|
@@ -23,14 +23,14 @@ import {
|
|
|
23
23
|
} from "./chunk-RRHPTTCP.mjs";
|
|
24
24
|
import {
|
|
25
25
|
setupPatchRecorder
|
|
26
|
-
} from "./chunk-
|
|
26
|
+
} from "./chunk-F6VHIO5B.mjs";
|
|
27
27
|
import {
|
|
28
28
|
createDebug,
|
|
29
29
|
ensureRuntimeClassSet,
|
|
30
30
|
getCompilerContext,
|
|
31
31
|
getRuntimeClassSetSignature,
|
|
32
32
|
pluginName
|
|
33
|
-
} from "./chunk-
|
|
33
|
+
} from "./chunk-Q5IGGG5W.mjs";
|
|
34
34
|
import {
|
|
35
35
|
getGroupedEntries
|
|
36
36
|
} from "./chunk-OOHJLO5M.mjs";
|
|
@@ -285,7 +285,7 @@ async function collectRuntimeClassSet(twPatcher, options = {}) {
|
|
|
285
285
|
// package.json
|
|
286
286
|
var package_default = {
|
|
287
287
|
name: "weapp-tailwindcss",
|
|
288
|
-
version: "4.10.0
|
|
288
|
+
version: "4.10.0",
|
|
289
289
|
description: "\u628A tailwindcss \u539F\u5B50\u5316\u6837\u5F0F\u601D\u60F3\uFF0C\u5E26\u7ED9\u5C0F\u7A0B\u5E8F\u5F00\u53D1\u8005\u4EEC! bring tailwindcss to miniprogram developers!",
|
|
290
290
|
author: "ice breaker <1324318532@qq.com>",
|
|
291
291
|
license: "MIT",
|
|
@@ -12,7 +12,7 @@ var _chunkIIDSY4XZjs = require('./chunk-IIDSY4XZ.js');
|
|
|
12
12
|
var _chunkLTJQUORKjs = require('./chunk-LTJQUORK.js');
|
|
13
13
|
|
|
14
14
|
|
|
15
|
-
var
|
|
15
|
+
var _chunkHFXMZGPWjs = require('./chunk-HFXMZGPW.js');
|
|
16
16
|
|
|
17
17
|
|
|
18
18
|
|
|
@@ -24,7 +24,7 @@ var _chunkQWT27QZ6js = require('./chunk-QWT27QZ6.js');
|
|
|
24
24
|
|
|
25
25
|
|
|
26
26
|
|
|
27
|
-
var
|
|
27
|
+
var _chunkVTIOEDOKjs = require('./chunk-VTIOEDOK.js');
|
|
28
28
|
|
|
29
29
|
|
|
30
30
|
var _chunkDYLQ6UOIjs = require('./chunk-DYLQ6UOI.js');
|
|
@@ -54,7 +54,7 @@ function updateStaticAttribute(ms, prop) {
|
|
|
54
54
|
const start = prop.value.loc.start.offset + 1;
|
|
55
55
|
const end = prop.value.loc.end.offset - 1;
|
|
56
56
|
if (start < end) {
|
|
57
|
-
ms.update(start, end,
|
|
57
|
+
ms.update(start, end, _chunkVTIOEDOKjs.replaceWxml.call(void 0, prop.value.content));
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
60
|
function updateDirectiveExpression(ms, prop, jsHandler, runtimeSet) {
|
|
@@ -66,7 +66,7 @@ function updateDirectiveExpression(ms, prop, jsHandler, runtimeSet) {
|
|
|
66
66
|
if (start >= end) {
|
|
67
67
|
return;
|
|
68
68
|
}
|
|
69
|
-
const generated =
|
|
69
|
+
const generated = _chunkVTIOEDOKjs.generateCode.call(void 0, prop.exp.content, {
|
|
70
70
|
jsHandler,
|
|
71
71
|
runtimeSet,
|
|
72
72
|
wrapExpression: true
|
|
@@ -95,7 +95,7 @@ function transformUVue(code, id, jsHandler, runtimeSet, options = {}) {
|
|
|
95
95
|
return;
|
|
96
96
|
}
|
|
97
97
|
const { customAttributesEntities, disabledDefaultTemplateHandler = false } = options;
|
|
98
|
-
const matchCustomAttribute =
|
|
98
|
+
const matchCustomAttribute = _chunkVTIOEDOKjs.createAttributeMatcher.call(void 0, customAttributesEntities);
|
|
99
99
|
const ms = new (0, _magicstring2.default)(code);
|
|
100
100
|
const { descriptor, errors } = _compilersfc.parse.call(void 0, code);
|
|
101
101
|
if (errors.length === 0) {
|
|
@@ -751,7 +751,7 @@ function createGenerateBundleHook(context) {
|
|
|
751
751
|
);
|
|
752
752
|
}
|
|
753
753
|
debug2("get runtimeSet, class count: %d", runtime.size);
|
|
754
|
-
const runtimeSignature = _nullishCoalesce(
|
|
754
|
+
const runtimeSignature = _nullishCoalesce(_chunkVTIOEDOKjs.getRuntimeClassSetSignature.call(void 0, runtimeState.twPatcher), () => ( "runtime:missing"));
|
|
755
755
|
const handleLinkedUpdate = (fileName, previous, next) => {
|
|
756
756
|
onUpdate(fileName, previous, next);
|
|
757
757
|
debug2("js linked handle: %s", fileName);
|
|
@@ -1052,7 +1052,7 @@ function createRewriteCssImportsPlugins(options) {
|
|
|
1052
1052
|
const { appType, weappTailwindcssDirPosix: weappTailwindcssDirPosix2 } = options;
|
|
1053
1053
|
return [
|
|
1054
1054
|
{
|
|
1055
|
-
name: `${
|
|
1055
|
+
name: `${_chunkVTIOEDOKjs.vitePluginName}:rewrite-css-imports`,
|
|
1056
1056
|
enforce: "pre",
|
|
1057
1057
|
resolveId: {
|
|
1058
1058
|
order: "pre",
|
|
@@ -1094,12 +1094,12 @@ function createRewriteCssImportsPlugins(options) {
|
|
|
1094
1094
|
}
|
|
1095
1095
|
|
|
1096
1096
|
// src/bundlers/vite/index.ts
|
|
1097
|
-
var debug =
|
|
1097
|
+
var debug = _chunkVTIOEDOKjs.createDebug.call(void 0, );
|
|
1098
1098
|
var weappTailwindcssPackageDir = _chunkIIDSY4XZjs.resolvePackageDir.call(void 0, "weapp-tailwindcss");
|
|
1099
1099
|
var weappTailwindcssDirPosix = slash(weappTailwindcssPackageDir);
|
|
1100
1100
|
function UnifiedViteWeappTailwindcssPlugin(options = {}) {
|
|
1101
1101
|
const rewriteCssImportsSpecified = Object.prototype.hasOwnProperty.call(options, "rewriteCssImports");
|
|
1102
|
-
const opts =
|
|
1102
|
+
const opts = _chunkVTIOEDOKjs.getCompilerContext.call(void 0, options);
|
|
1103
1103
|
const {
|
|
1104
1104
|
disabled,
|
|
1105
1105
|
customAttributes,
|
|
@@ -1124,8 +1124,8 @@ function UnifiedViteWeappTailwindcssPlugin(options = {}) {
|
|
|
1124
1124
|
if (disabledOptions.plugin) {
|
|
1125
1125
|
return rewritePlugins.length ? rewritePlugins : void 0;
|
|
1126
1126
|
}
|
|
1127
|
-
const customAttributesEntities =
|
|
1128
|
-
const patchRecorderState =
|
|
1127
|
+
const customAttributesEntities = _chunkVTIOEDOKjs.toCustomAttributesEntities.call(void 0, customAttributes);
|
|
1128
|
+
const patchRecorderState = _chunkHFXMZGPWjs.setupPatchRecorder.call(void 0, initialTwPatcher, opts.tailwindcssBasedir, {
|
|
1129
1129
|
source: "runtime",
|
|
1130
1130
|
cwd: _nullishCoalesce(opts.tailwindcssBasedir, () => ( _process2.default.cwd()))
|
|
1131
1131
|
});
|
|
@@ -1142,7 +1142,7 @@ function UnifiedViteWeappTailwindcssPlugin(options = {}) {
|
|
|
1142
1142
|
let runtimeRefreshOptionsKey;
|
|
1143
1143
|
function resolveRuntimeRefreshOptions() {
|
|
1144
1144
|
const configPath = _optionalChain([runtimeState, 'access', _32 => _32.twPatcher, 'access', _33 => _33.options, 'optionalAccess', _34 => _34.tailwind, 'optionalAccess', _35 => _35.config]);
|
|
1145
|
-
const signature =
|
|
1145
|
+
const signature = _chunkVTIOEDOKjs.getRuntimeClassSetSignature.call(void 0, runtimeState.twPatcher);
|
|
1146
1146
|
const optionsKey = JSON.stringify({
|
|
1147
1147
|
appType,
|
|
1148
1148
|
uniAppX: Boolean(uniAppX),
|
|
@@ -1163,7 +1163,7 @@ function UnifiedViteWeappTailwindcssPlugin(options = {}) {
|
|
|
1163
1163
|
async function refreshRuntimeState(force) {
|
|
1164
1164
|
const invalidation = resolveRuntimeRefreshOptions();
|
|
1165
1165
|
const shouldRefresh = force || invalidation.changed;
|
|
1166
|
-
const refreshed = await
|
|
1166
|
+
const refreshed = await _chunkVTIOEDOKjs.refreshTailwindRuntimeState.call(void 0, runtimeState, {
|
|
1167
1167
|
force: shouldRefresh,
|
|
1168
1168
|
clearCache: force || invalidation.changed
|
|
1169
1169
|
});
|
|
@@ -1184,7 +1184,7 @@ function UnifiedViteWeappTailwindcssPlugin(options = {}) {
|
|
|
1184
1184
|
}
|
|
1185
1185
|
if (forceRuntimeRefresh || !runtimeSetPromise) {
|
|
1186
1186
|
const invalidation = resolveRuntimeRefreshOptions();
|
|
1187
|
-
const task2 =
|
|
1187
|
+
const task2 = _chunkVTIOEDOKjs.collectRuntimeClassSet.call(void 0, runtimeState.twPatcher, {
|
|
1188
1188
|
force: forceRuntimeRefresh || invalidation.changed,
|
|
1189
1189
|
skipRefresh: forceRuntimeRefresh,
|
|
1190
1190
|
clearCache: forceRuntimeRefresh || invalidation.changed
|
|
@@ -1220,7 +1220,7 @@ function UnifiedViteWeappTailwindcssPlugin(options = {}) {
|
|
|
1220
1220
|
const plugins = [
|
|
1221
1221
|
...rewritePlugins,
|
|
1222
1222
|
{
|
|
1223
|
-
name: `${
|
|
1223
|
+
name: `${_chunkVTIOEDOKjs.vitePluginName}:post`,
|
|
1224
1224
|
enforce: "post",
|
|
1225
1225
|
configResolved(config) {
|
|
1226
1226
|
resolvedConfig = config;
|
|
@@ -3,13 +3,13 @@ import {
|
|
|
3
3
|
} from "./chunk-RRHPTTCP.mjs";
|
|
4
4
|
import {
|
|
5
5
|
setupPatchRecorder
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-F6VHIO5B.mjs";
|
|
7
7
|
import {
|
|
8
8
|
createDebug,
|
|
9
9
|
ensureRuntimeClassSet,
|
|
10
10
|
getCompilerContext,
|
|
11
11
|
refreshTailwindRuntimeState
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-Q5IGGG5W.mjs";
|
|
13
13
|
|
|
14
14
|
// src/bundlers/gulp/index.ts
|
|
15
15
|
import { Buffer } from "buffer";
|
package/dist/cli.js
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
|
|
5
5
|
|
|
6
|
-
var
|
|
6
|
+
var _chunkVTIOEDOKjs = require('./chunk-VTIOEDOK.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|
|
@@ -404,9 +404,9 @@ async function patchWorkspacePackage(workspaceRoot, dir, pkgName, options) {
|
|
|
404
404
|
try {
|
|
405
405
|
const patcher = createWorkspacePatcher(dir);
|
|
406
406
|
if (options.clearCache) {
|
|
407
|
-
await
|
|
407
|
+
await _chunkVTIOEDOKjs.clearTailwindcssPatcherCache.call(void 0, patcher, { removeDirectory: true });
|
|
408
408
|
}
|
|
409
|
-
const recorder =
|
|
409
|
+
const recorder = _chunkVTIOEDOKjs.createPatchTargetRecorder.call(void 0, dir, patcher, {
|
|
410
410
|
source: "cli",
|
|
411
411
|
cwd: dir,
|
|
412
412
|
recordTarget: options.recordTarget !== false,
|
|
@@ -415,7 +415,7 @@ async function patchWorkspacePackage(workspaceRoot, dir, pkgName, options) {
|
|
|
415
415
|
if (_optionalChain([recorder, 'optionalAccess', _12 => _12.message])) {
|
|
416
416
|
_chunk5APD2MNVjs.logger.info("[workspace] %s %s", displayName, recorder.message);
|
|
417
417
|
}
|
|
418
|
-
|
|
418
|
+
_chunkVTIOEDOKjs.logTailwindcssTarget.call(void 0, "cli", patcher, dir);
|
|
419
419
|
await patcher.patch();
|
|
420
420
|
if (_optionalChain([recorder, 'optionalAccess', _13 => _13.onPatched])) {
|
|
421
421
|
await recorder.onPatched();
|
|
@@ -546,9 +546,9 @@ var mountOptions = {
|
|
|
546
546
|
}
|
|
547
547
|
const patcher = await createPatcherWithDefaultExtendLengthUnits(ctx);
|
|
548
548
|
if (shouldClearCache) {
|
|
549
|
-
await
|
|
549
|
+
await _chunkVTIOEDOKjs.clearTailwindcssPatcherCache.call(void 0, patcher, { removeDirectory: true });
|
|
550
550
|
}
|
|
551
|
-
const recorder =
|
|
551
|
+
const recorder = _chunkVTIOEDOKjs.createPatchTargetRecorder.call(void 0, ctx.cwd, patcher, {
|
|
552
552
|
source: "cli",
|
|
553
553
|
cwd: ctx.cwd,
|
|
554
554
|
recordTarget: shouldRecordTarget,
|
|
@@ -557,7 +557,7 @@ var mountOptions = {
|
|
|
557
557
|
if (_optionalChain([recorder, 'optionalAccess', _15 => _15.message])) {
|
|
558
558
|
_chunk5APD2MNVjs.logger.info(recorder.message);
|
|
559
559
|
}
|
|
560
|
-
|
|
560
|
+
_chunkVTIOEDOKjs.logTailwindcssTarget.call(void 0, "cli", patcher, ctx.cwd);
|
|
561
561
|
await patcher.patch();
|
|
562
562
|
if (_optionalChain([recorder, 'optionalAccess', _16 => _16.onPatched])) {
|
|
563
563
|
const recordPath = await recorder.onPatched();
|
|
@@ -705,9 +705,9 @@ async function generateVscodeIntellisenseEntry(options) {
|
|
|
705
705
|
|
|
706
706
|
// src/cli.ts
|
|
707
707
|
_process2.default.title = "node (weapp-tailwindcss)";
|
|
708
|
-
if (_semver2.default.lt(_process2.default.versions.node,
|
|
708
|
+
if (_semver2.default.lt(_process2.default.versions.node, _chunkVTIOEDOKjs.WEAPP_TW_REQUIRED_NODE_VERSION)) {
|
|
709
709
|
_chunk5APD2MNVjs.logger.warn(
|
|
710
|
-
`You are using Node.js ${_process2.default.versions.node}. For weapp-tailwindcss, Node.js version >= v${
|
|
710
|
+
`You are using Node.js ${_process2.default.versions.node}. For weapp-tailwindcss, Node.js version >= v${_chunkVTIOEDOKjs.WEAPP_TW_REQUIRED_NODE_VERSION} is required.`
|
|
711
711
|
);
|
|
712
712
|
}
|
|
713
713
|
var cli = _tailwindcsspatch.createTailwindcssPatchCli.call(void 0, {
|
package/dist/cli.mjs
CHANGED
package/dist/core.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } } function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunkHFXMZGPWjs = require('./chunk-HFXMZGPW.js');
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
var
|
|
7
|
+
var _chunkVTIOEDOKjs = require('./chunk-VTIOEDOK.js');
|
|
8
8
|
require('./chunk-5APD2MNV.js');
|
|
9
9
|
require('./chunk-5U24PLVV.js');
|
|
10
10
|
require('./chunk-DYLQ6UOI.js');
|
|
@@ -14,9 +14,9 @@ require('./chunk-DBAAU4LK.js');
|
|
|
14
14
|
var _process = require('process'); var _process2 = _interopRequireDefault(_process);
|
|
15
15
|
var _shared = require('@weapp-tailwindcss/shared');
|
|
16
16
|
function createContext(options = {}) {
|
|
17
|
-
const opts =
|
|
17
|
+
const opts = _chunkVTIOEDOKjs.getCompilerContext.call(void 0, options);
|
|
18
18
|
const { templateHandler, styleHandler, jsHandler, twPatcher: initialTwPatcher, refreshTailwindcssPatcher } = opts;
|
|
19
|
-
const patchRecorderState =
|
|
19
|
+
const patchRecorderState = _chunkHFXMZGPWjs.setupPatchRecorder.call(void 0, initialTwPatcher, opts.tailwindcssBasedir, {
|
|
20
20
|
source: "runtime",
|
|
21
21
|
cwd: _nullishCoalesce(opts.tailwindcssBasedir, () => ( _process2.default.cwd()))
|
|
22
22
|
});
|
|
@@ -32,7 +32,7 @@ function createContext(options = {}) {
|
|
|
32
32
|
const result = await styleHandler(rawCss, _shared.defuOverrideArray.call(void 0, options2, {
|
|
33
33
|
isMainChunk: true
|
|
34
34
|
}));
|
|
35
|
-
runtimeSet = await
|
|
35
|
+
runtimeSet = await _chunkVTIOEDOKjs.ensureRuntimeClassSet.call(void 0, runtimeState, {
|
|
36
36
|
forceRefresh: true,
|
|
37
37
|
forceCollect: true
|
|
38
38
|
});
|
|
@@ -44,7 +44,7 @@ function createContext(options = {}) {
|
|
|
44
44
|
if (_optionalChain([options2, 'optionalAccess', _ => _.runtimeSet])) {
|
|
45
45
|
runtimeSet = options2.runtimeSet;
|
|
46
46
|
} else if (runtimeSet.size === 0) {
|
|
47
|
-
runtimeSet = await
|
|
47
|
+
runtimeSet = await _chunkVTIOEDOKjs.ensureRuntimeClassSet.call(void 0, runtimeState, {
|
|
48
48
|
forceCollect: true
|
|
49
49
|
});
|
|
50
50
|
}
|
|
@@ -57,7 +57,7 @@ function createContext(options = {}) {
|
|
|
57
57
|
async function transformWxml(rawWxml, options2) {
|
|
58
58
|
await runtimeState.patchPromise;
|
|
59
59
|
if (!_optionalChain([options2, 'optionalAccess', _2 => _2.runtimeSet]) && runtimeSet.size === 0) {
|
|
60
|
-
runtimeSet = await
|
|
60
|
+
runtimeSet = await _chunkVTIOEDOKjs.ensureRuntimeClassSet.call(void 0, runtimeState, {
|
|
61
61
|
forceCollect: true
|
|
62
62
|
});
|
|
63
63
|
}
|
package/dist/core.mjs
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import {
|
|
2
2
|
setupPatchRecorder
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-F6VHIO5B.mjs";
|
|
4
4
|
import {
|
|
5
5
|
ensureRuntimeClassSet,
|
|
6
6
|
getCompilerContext
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-Q5IGGG5W.mjs";
|
|
8
8
|
import "./chunk-QOTLDKI4.mjs";
|
|
9
9
|
import "./chunk-3WUHHFLF.mjs";
|
|
10
10
|
import "./chunk-OOHJLO5M.mjs";
|
package/dist/gulp.js
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunkDA2K4ZIEjs = require('./chunk-DA2K4ZIE.js');
|
|
4
4
|
require('./chunk-LTJQUORK.js');
|
|
5
|
-
require('./chunk-
|
|
6
|
-
require('./chunk-
|
|
5
|
+
require('./chunk-HFXMZGPW.js');
|
|
6
|
+
require('./chunk-VTIOEDOK.js');
|
|
7
7
|
require('./chunk-5APD2MNV.js');
|
|
8
8
|
require('./chunk-5U24PLVV.js');
|
|
9
9
|
require('./chunk-DYLQ6UOI.js');
|
|
10
10
|
require('./chunk-DBAAU4LK.js');
|
|
11
11
|
|
|
12
12
|
|
|
13
|
-
exports.createPlugins =
|
|
13
|
+
exports.createPlugins = _chunkDA2K4ZIEjs.createPlugins;
|
package/dist/gulp.mjs
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
createPlugins
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-ZP6TLVZX.mjs";
|
|
4
4
|
import "./chunk-RRHPTTCP.mjs";
|
|
5
|
-
import "./chunk-
|
|
6
|
-
import "./chunk-
|
|
5
|
+
import "./chunk-F6VHIO5B.mjs";
|
|
6
|
+
import "./chunk-Q5IGGG5W.mjs";
|
|
7
7
|
import "./chunk-QOTLDKI4.mjs";
|
|
8
8
|
import "./chunk-3WUHHFLF.mjs";
|
|
9
9
|
import "./chunk-OOHJLO5M.mjs";
|
package/dist/index.js
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
5
|
-
require('./chunk-
|
|
4
|
+
var _chunkJA6PNN27js = require('./chunk-JA6PNN27.js');
|
|
5
|
+
require('./chunk-PDP4OIKN.js');
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
var
|
|
8
|
+
var _chunkDA2K4ZIEjs = require('./chunk-DA2K4ZIE.js');
|
|
9
9
|
|
|
10
10
|
|
|
11
|
-
var
|
|
11
|
+
var _chunkVZX2RV6Mjs = require('./chunk-VZX2RV6M.js');
|
|
12
12
|
require('./chunk-IIDSY4XZ.js');
|
|
13
13
|
require('./chunk-LTJQUORK.js');
|
|
14
|
-
require('./chunk-
|
|
15
|
-
require('./chunk-
|
|
14
|
+
require('./chunk-HFXMZGPW.js');
|
|
15
|
+
require('./chunk-VTIOEDOK.js');
|
|
16
16
|
require('./chunk-5APD2MNV.js');
|
|
17
17
|
require('./chunk-5U24PLVV.js');
|
|
18
18
|
require('./chunk-DYLQ6UOI.js');
|
|
@@ -22,4 +22,4 @@ require('./chunk-DBAAU4LK.js');
|
|
|
22
22
|
|
|
23
23
|
|
|
24
24
|
|
|
25
|
-
exports.UnifiedViteWeappTailwindcssPlugin =
|
|
25
|
+
exports.UnifiedViteWeappTailwindcssPlugin = _chunkVZX2RV6Mjs.UnifiedViteWeappTailwindcssPlugin; exports.UnifiedWebpackPluginV5 = _chunkJA6PNN27js.UnifiedWebpackPluginV5; exports.createPlugins = _chunkDA2K4ZIEjs.createPlugins; exports.weappTailwindcssPackageDir = _chunkJA6PNN27js.weappTailwindcssPackageDir;
|
package/dist/index.mjs
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
import {
|
|
2
2
|
UnifiedWebpackPluginV5,
|
|
3
3
|
weappTailwindcssPackageDir
|
|
4
|
-
} from "./chunk-
|
|
5
|
-
import "./chunk-
|
|
4
|
+
} from "./chunk-TNAPEHNW.mjs";
|
|
5
|
+
import "./chunk-6QU7CMAG.mjs";
|
|
6
6
|
import {
|
|
7
7
|
createPlugins
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-ZP6TLVZX.mjs";
|
|
9
9
|
import {
|
|
10
10
|
UnifiedViteWeappTailwindcssPlugin
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-D67CTJV5.mjs";
|
|
12
12
|
import "./chunk-F2CKKG6Q.mjs";
|
|
13
13
|
import "./chunk-RRHPTTCP.mjs";
|
|
14
|
-
import "./chunk-
|
|
15
|
-
import "./chunk-
|
|
14
|
+
import "./chunk-F6VHIO5B.mjs";
|
|
15
|
+
import "./chunk-Q5IGGG5W.mjs";
|
|
16
16
|
import "./chunk-QOTLDKI4.mjs";
|
|
17
17
|
import "./chunk-3WUHHFLF.mjs";
|
|
18
18
|
import "./chunk-OOHJLO5M.mjs";
|
package/dist/vite.js
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunkVZX2RV6Mjs = require('./chunk-VZX2RV6M.js');
|
|
4
4
|
require('./chunk-IIDSY4XZ.js');
|
|
5
5
|
require('./chunk-LTJQUORK.js');
|
|
6
|
-
require('./chunk-
|
|
7
|
-
require('./chunk-
|
|
6
|
+
require('./chunk-HFXMZGPW.js');
|
|
7
|
+
require('./chunk-VTIOEDOK.js');
|
|
8
8
|
require('./chunk-5APD2MNV.js');
|
|
9
9
|
require('./chunk-5U24PLVV.js');
|
|
10
10
|
require('./chunk-DYLQ6UOI.js');
|
|
11
11
|
require('./chunk-DBAAU4LK.js');
|
|
12
12
|
|
|
13
13
|
|
|
14
|
-
exports.UnifiedViteWeappTailwindcssPlugin =
|
|
14
|
+
exports.UnifiedViteWeappTailwindcssPlugin = _chunkVZX2RV6Mjs.UnifiedViteWeappTailwindcssPlugin;
|
package/dist/vite.mjs
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import {
|
|
2
2
|
UnifiedViteWeappTailwindcssPlugin
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-D67CTJV5.mjs";
|
|
4
4
|
import "./chunk-F2CKKG6Q.mjs";
|
|
5
5
|
import "./chunk-RRHPTTCP.mjs";
|
|
6
|
-
import "./chunk-
|
|
7
|
-
import "./chunk-
|
|
6
|
+
import "./chunk-F6VHIO5B.mjs";
|
|
7
|
+
import "./chunk-Q5IGGG5W.mjs";
|
|
8
8
|
import "./chunk-QOTLDKI4.mjs";
|
|
9
9
|
import "./chunk-3WUHHFLF.mjs";
|
|
10
10
|
import "./chunk-OOHJLO5M.mjs";
|
package/dist/webpack.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
5
|
-
require('./chunk-
|
|
4
|
+
var _chunkJA6PNN27js = require('./chunk-JA6PNN27.js');
|
|
5
|
+
require('./chunk-PDP4OIKN.js');
|
|
6
6
|
require('./chunk-IIDSY4XZ.js');
|
|
7
7
|
require('./chunk-LTJQUORK.js');
|
|
8
|
-
require('./chunk-
|
|
9
|
-
require('./chunk-
|
|
8
|
+
require('./chunk-HFXMZGPW.js');
|
|
9
|
+
require('./chunk-VTIOEDOK.js');
|
|
10
10
|
require('./chunk-5APD2MNV.js');
|
|
11
11
|
require('./chunk-5U24PLVV.js');
|
|
12
12
|
require('./chunk-DYLQ6UOI.js');
|
|
@@ -14,4 +14,4 @@ require('./chunk-DBAAU4LK.js');
|
|
|
14
14
|
|
|
15
15
|
|
|
16
16
|
|
|
17
|
-
exports.UnifiedWebpackPluginV5 =
|
|
17
|
+
exports.UnifiedWebpackPluginV5 = _chunkJA6PNN27js.UnifiedWebpackPluginV5; exports.weappTailwindcssPackageDir = _chunkJA6PNN27js.weappTailwindcssPackageDir;
|
package/dist/webpack.mjs
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import {
|
|
2
2
|
UnifiedWebpackPluginV5,
|
|
3
3
|
weappTailwindcssPackageDir
|
|
4
|
-
} from "./chunk-
|
|
5
|
-
import "./chunk-
|
|
4
|
+
} from "./chunk-TNAPEHNW.mjs";
|
|
5
|
+
import "./chunk-6QU7CMAG.mjs";
|
|
6
6
|
import "./chunk-F2CKKG6Q.mjs";
|
|
7
7
|
import "./chunk-RRHPTTCP.mjs";
|
|
8
|
-
import "./chunk-
|
|
9
|
-
import "./chunk-
|
|
8
|
+
import "./chunk-F6VHIO5B.mjs";
|
|
9
|
+
import "./chunk-Q5IGGG5W.mjs";
|
|
10
10
|
import "./chunk-QOTLDKI4.mjs";
|
|
11
11
|
import "./chunk-3WUHHFLF.mjs";
|
|
12
12
|
import "./chunk-OOHJLO5M.mjs";
|
package/dist/webpack4.js
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
|
|
11
11
|
|
|
12
12
|
|
|
13
|
-
var
|
|
13
|
+
var _chunkPDP4OIKNjs = require('./chunk-PDP4OIKN.js');
|
|
14
14
|
|
|
15
15
|
|
|
16
16
|
|
|
@@ -23,14 +23,14 @@ var _chunkIIDSY4XZjs = require('./chunk-IIDSY4XZ.js');
|
|
|
23
23
|
var _chunkLTJQUORKjs = require('./chunk-LTJQUORK.js');
|
|
24
24
|
|
|
25
25
|
|
|
26
|
-
var
|
|
26
|
+
var _chunkHFXMZGPWjs = require('./chunk-HFXMZGPW.js');
|
|
27
27
|
|
|
28
28
|
|
|
29
29
|
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
|
|
33
|
-
var
|
|
33
|
+
var _chunkVTIOEDOKjs = require('./chunk-VTIOEDOK.js');
|
|
34
34
|
require('./chunk-5APD2MNV.js');
|
|
35
35
|
require('./chunk-5U24PLVV.js');
|
|
36
36
|
|
|
@@ -59,7 +59,7 @@ function setupWebpackV4EmitHook(options) {
|
|
|
59
59
|
runtimeState,
|
|
60
60
|
debug: debug2
|
|
61
61
|
} = options;
|
|
62
|
-
compiler.hooks.emit.tapPromise(
|
|
62
|
+
compiler.hooks.emit.tapPromise(_chunkVTIOEDOKjs.pluginName, async (compilation) => {
|
|
63
63
|
await runtimeState.patchPromise;
|
|
64
64
|
compilerOptions.onStart();
|
|
65
65
|
debug2("start");
|
|
@@ -68,7 +68,7 @@ function setupWebpackV4EmitHook(options) {
|
|
|
68
68
|
compilerOptions.cache.calcHashValueChanged(chunk.id, chunk.hash);
|
|
69
69
|
}
|
|
70
70
|
}
|
|
71
|
-
const assetHashByChunk =
|
|
71
|
+
const assetHashByChunk = _chunkPDP4OIKNjs.createAssetHashByChunkMap.call(void 0, compilation.chunks);
|
|
72
72
|
const assets = compilation.assets;
|
|
73
73
|
const entries = Object.entries(assets);
|
|
74
74
|
const outputDir = _optionalChain([compiler, 'access', _ => _.options, 'optionalAccess', _2 => _2.output, 'optionalAccess', _3 => _3.path]) ? _path2.default.resolve(compiler.options.output.path) : _process2.default.cwd();
|
|
@@ -125,7 +125,7 @@ function setupWebpackV4EmitHook(options) {
|
|
|
125
125
|
};
|
|
126
126
|
const groupedEntries = _chunkDYLQ6UOIjs.getGroupedEntries.call(void 0, entries, compilerOptions);
|
|
127
127
|
const staleClassNameFallback = resolveWebpackStaleClassNameFallback(compilerOptions.staleClassNameFallback, compiler);
|
|
128
|
-
const runtimeSet = await
|
|
128
|
+
const runtimeSet = await _chunkVTIOEDOKjs.ensureRuntimeClassSet.call(void 0, runtimeState, {
|
|
129
129
|
// webpack 的 script-only 热更新可能不会触发 runtime classset loader,
|
|
130
130
|
// 这里强制收集可避免沿用上轮 class set,保证 JS 仅按最新集合精确命中。
|
|
131
131
|
forceCollect: true,
|
|
@@ -170,7 +170,7 @@ function setupWebpackV4EmitHook(options) {
|
|
|
170
170
|
const jsTaskFactories = [];
|
|
171
171
|
if (Array.isArray(groupedEntries.js)) {
|
|
172
172
|
for (const [file] of groupedEntries.js) {
|
|
173
|
-
const cacheKey =
|
|
173
|
+
const cacheKey = _chunkPDP4OIKNjs.getCacheKey.call(void 0, file);
|
|
174
174
|
const assetSource = compilation.assets[file];
|
|
175
175
|
if (!assetSource) {
|
|
176
176
|
continue;
|
|
@@ -280,9 +280,9 @@ function setupWebpackV4Loaders(options) {
|
|
|
280
280
|
getClassSetInLoader,
|
|
281
281
|
debug: debug2
|
|
282
282
|
} = options;
|
|
283
|
-
const isMpxApp =
|
|
283
|
+
const isMpxApp = _chunkPDP4OIKNjs.isMpx.call(void 0, appType);
|
|
284
284
|
if (shouldRewriteCssImports && isMpxApp) {
|
|
285
|
-
|
|
285
|
+
_chunkPDP4OIKNjs.ensureMpxTailwindcssAliases.call(void 0, compiler, weappTailwindcssPackageDir2);
|
|
286
286
|
}
|
|
287
287
|
const runtimeClassSetLoader = _nullishCoalesce(runtimeLoaderPath, () => ( _path2.default.resolve(__dirname, "./weapp-tw-runtime-classset-loader.js")));
|
|
288
288
|
const runtimeCssImportRewriteLoader = shouldRewriteCssImports ? _nullishCoalesce(runtimeCssImportRewriteLoaderPath, () => ( _path2.default.resolve(__dirname, "./weapp-tw-css-import-rewrite-loader.js"))) : void 0;
|
|
@@ -295,12 +295,12 @@ function setupWebpackV4Loaders(options) {
|
|
|
295
295
|
const classSetLoaderOptions = {
|
|
296
296
|
getClassSet: getClassSetInLoader
|
|
297
297
|
};
|
|
298
|
-
const { findRewriteAnchor, findClassSetAnchor } =
|
|
298
|
+
const { findRewriteAnchor, findClassSetAnchor } = _chunkPDP4OIKNjs.createLoaderAnchorFinders.call(void 0, appType);
|
|
299
299
|
const cssImportRewriteLoaderOptions = runtimeLoaderRewriteOptions ? {
|
|
300
300
|
rewriteCssImports: runtimeLoaderRewriteOptions
|
|
301
301
|
} : void 0;
|
|
302
302
|
if (runtimeCssImportRewriteLoader && shouldRewriteCssImports && cssImportRewriteLoaderOptions && isMpxApp) {
|
|
303
|
-
|
|
303
|
+
_chunkPDP4OIKNjs.injectMpxCssRewritePreRules.call(void 0, compiler, runtimeCssImportRewriteLoader, cssImportRewriteLoaderOptions);
|
|
304
304
|
}
|
|
305
305
|
const createRuntimeClassSetLoaderEntry = () => ({
|
|
306
306
|
loader: runtimeClassSetLoader,
|
|
@@ -319,19 +319,19 @@ function setupWebpackV4Loaders(options) {
|
|
|
319
319
|
type: null
|
|
320
320
|
};
|
|
321
321
|
};
|
|
322
|
-
compiler.hooks.compilation.tap(
|
|
323
|
-
compilation.hooks.normalModuleLoader.tap(
|
|
322
|
+
compiler.hooks.compilation.tap(_chunkVTIOEDOKjs.pluginName, (compilation) => {
|
|
323
|
+
compilation.hooks.normalModuleLoader.tap(_chunkVTIOEDOKjs.pluginName, (_loaderContext, module) => {
|
|
324
324
|
const hasRuntimeLoader = runtimeClassSetLoaderExists || runtimeCssImportRewriteLoaderExists;
|
|
325
325
|
if (!hasRuntimeLoader) {
|
|
326
326
|
return;
|
|
327
327
|
}
|
|
328
|
-
if (shouldRewriteCssImports &&
|
|
329
|
-
|
|
328
|
+
if (shouldRewriteCssImports && _chunkPDP4OIKNjs.isMpx.call(void 0, appType) && typeof _loaderContext.resolve === "function") {
|
|
329
|
+
_chunkPDP4OIKNjs.patchMpxLoaderResolve.call(void 0, _loaderContext, weappTailwindcssPackageDir2, true);
|
|
330
330
|
}
|
|
331
331
|
const loaderEntries = module.loaders || [];
|
|
332
332
|
let rewriteAnchorIdx = findRewriteAnchor(loaderEntries);
|
|
333
333
|
const classSetAnchorIdx = findClassSetAnchor(loaderEntries);
|
|
334
|
-
const isCssModule =
|
|
334
|
+
const isCssModule = _chunkPDP4OIKNjs.isCssLikeModuleResource.call(void 0, module.resource, compilerOptions.cssMatcher, appType);
|
|
335
335
|
if (_process2.default.env.WEAPP_TW_LOADER_DEBUG && isCssModule) {
|
|
336
336
|
debug2("loader hook css module: %s loaders=%o anchors=%o", module.resource, loaderEntries.map((x) => x.loader), { rewriteAnchorIdx, classSetAnchorIdx });
|
|
337
337
|
}
|
|
@@ -365,7 +365,7 @@ function setupWebpackV4Loaders(options) {
|
|
|
365
365
|
rewriteAnchorIdx = findRewriteAnchor(loaderEntries);
|
|
366
366
|
}
|
|
367
367
|
}
|
|
368
|
-
if (runtimeClassSetLoaderExists && !
|
|
368
|
+
if (runtimeClassSetLoaderExists && !_chunkPDP4OIKNjs.hasLoaderEntry.call(void 0, loaderEntries, runtimeClassSetLoader)) {
|
|
369
369
|
const anchorIndex = findClassSetAnchor(loaderEntries);
|
|
370
370
|
if (anchorIndex === -1) {
|
|
371
371
|
anchorlessInsert(createRuntimeClassSetLoaderEntry(), "before");
|
|
@@ -379,11 +379,11 @@ function setupWebpackV4Loaders(options) {
|
|
|
379
379
|
}
|
|
380
380
|
|
|
381
381
|
// src/bundlers/webpack/BaseUnifiedPlugin/v4.ts
|
|
382
|
-
var debug =
|
|
382
|
+
var debug = _chunkVTIOEDOKjs.createDebug.call(void 0, );
|
|
383
383
|
var weappTailwindcssPackageDir = _chunkIIDSY4XZjs.resolvePackageDir.call(void 0, "weapp-tailwindcss");
|
|
384
384
|
var UnifiedWebpackPluginV4 = class {
|
|
385
385
|
constructor(options = {}) {
|
|
386
|
-
this.options =
|
|
386
|
+
this.options = _chunkVTIOEDOKjs.getCompilerContext.call(void 0, options);
|
|
387
387
|
this.appType = this.options.appType;
|
|
388
388
|
}
|
|
389
389
|
apply(compiler) {
|
|
@@ -399,19 +399,19 @@ var UnifiedWebpackPluginV4 = class {
|
|
|
399
399
|
const disabledOptions = _chunkIIDSY4XZjs.resolveDisabledOptions.call(void 0, disabled);
|
|
400
400
|
const isTailwindcssV4 = (_nullishCoalesce(initialTwPatcher.majorVersion, () => ( 0))) >= 4;
|
|
401
401
|
const shouldRewriteCssImports = isTailwindcssV4 && this.options.rewriteCssImports !== false && !disabledOptions.rewriteCssImports;
|
|
402
|
-
const isMpxApp =
|
|
402
|
+
const isMpxApp = _chunkPDP4OIKNjs.isMpx.call(void 0, this.appType);
|
|
403
403
|
if (shouldRewriteCssImports) {
|
|
404
|
-
|
|
404
|
+
_chunkPDP4OIKNjs.applyTailwindcssCssImportRewrite.call(void 0, compiler, {
|
|
405
405
|
pkgDir: weappTailwindcssPackageDir,
|
|
406
406
|
enabled: true,
|
|
407
407
|
appType: this.appType
|
|
408
408
|
});
|
|
409
|
-
|
|
409
|
+
_chunkPDP4OIKNjs.setupMpxTailwindcssRedirect.call(void 0, weappTailwindcssPackageDir, isMpxApp);
|
|
410
410
|
}
|
|
411
411
|
if (disabledOptions.plugin) {
|
|
412
412
|
return;
|
|
413
413
|
}
|
|
414
|
-
const patchRecorderState =
|
|
414
|
+
const patchRecorderState = _chunkHFXMZGPWjs.setupPatchRecorder.call(void 0, initialTwPatcher, this.options.tailwindcssBasedir, {
|
|
415
415
|
source: "runtime",
|
|
416
416
|
cwd: _nullishCoalesce(this.options.tailwindcssBasedir, () => ( _process2.default.cwd()))
|
|
417
417
|
});
|
|
@@ -423,17 +423,17 @@ var UnifiedWebpackPluginV4 = class {
|
|
|
423
423
|
};
|
|
424
424
|
let runtimeSetPrepared = false;
|
|
425
425
|
let runtimeSetSignature;
|
|
426
|
-
compiler.hooks.compilation.tap(
|
|
426
|
+
compiler.hooks.compilation.tap(_chunkVTIOEDOKjs.pluginName, () => {
|
|
427
427
|
runtimeSetPrepared = false;
|
|
428
428
|
});
|
|
429
429
|
async function getClassSetInLoader() {
|
|
430
430
|
if (runtimeSetPrepared) {
|
|
431
431
|
return;
|
|
432
432
|
}
|
|
433
|
-
const signature =
|
|
433
|
+
const signature = _chunkVTIOEDOKjs.getRuntimeClassSetSignature.call(void 0, runtimeState.twPatcher);
|
|
434
434
|
const forceRefresh = signature !== runtimeSetSignature;
|
|
435
435
|
runtimeSetPrepared = true;
|
|
436
|
-
await
|
|
436
|
+
await _chunkVTIOEDOKjs.ensureRuntimeClassSet.call(void 0, runtimeState, {
|
|
437
437
|
forceRefresh,
|
|
438
438
|
forceCollect: true,
|
|
439
439
|
clearCache: forceRefresh,
|
package/dist/webpack4.mjs
CHANGED
|
@@ -10,7 +10,7 @@ import {
|
|
|
10
10
|
isMpx,
|
|
11
11
|
patchMpxLoaderResolve,
|
|
12
12
|
setupMpxTailwindcssRedirect
|
|
13
|
-
} from "./chunk-
|
|
13
|
+
} from "./chunk-6QU7CMAG.mjs";
|
|
14
14
|
import {
|
|
15
15
|
pushConcurrentTaskFactories,
|
|
16
16
|
resolveDisabledOptions,
|
|
@@ -23,14 +23,14 @@ import {
|
|
|
23
23
|
} from "./chunk-RRHPTTCP.mjs";
|
|
24
24
|
import {
|
|
25
25
|
setupPatchRecorder
|
|
26
|
-
} from "./chunk-
|
|
26
|
+
} from "./chunk-F6VHIO5B.mjs";
|
|
27
27
|
import {
|
|
28
28
|
createDebug,
|
|
29
29
|
ensureRuntimeClassSet,
|
|
30
30
|
getCompilerContext,
|
|
31
31
|
getRuntimeClassSetSignature,
|
|
32
32
|
pluginName
|
|
33
|
-
} from "./chunk-
|
|
33
|
+
} from "./chunk-Q5IGGG5W.mjs";
|
|
34
34
|
import "./chunk-QOTLDKI4.mjs";
|
|
35
35
|
import "./chunk-3WUHHFLF.mjs";
|
|
36
36
|
import {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "weapp-tailwindcss",
|
|
3
|
-
"version": "4.10.0
|
|
3
|
+
"version": "4.10.0",
|
|
4
4
|
"description": "把 tailwindcss 原子化样式思想,带给小程序开发者们! bring tailwindcss to miniprogram developers!",
|
|
5
5
|
"author": "ice breaker <1324318532@qq.com>",
|
|
6
6
|
"license": "MIT",
|
|
@@ -184,9 +184,9 @@
|
|
|
184
184
|
"tailwindcss-patch": "^8.7.0",
|
|
185
185
|
"webpack-sources": "3.3.4",
|
|
186
186
|
"yaml": "^2.8.2",
|
|
187
|
-
"@weapp-tailwindcss/postcss": "2.1.5-beta.0",
|
|
188
187
|
"@weapp-tailwindcss/logger": "1.1.0",
|
|
189
|
-
"@weapp-tailwindcss/shared": "1.1.2"
|
|
188
|
+
"@weapp-tailwindcss/shared": "1.1.2",
|
|
189
|
+
"@weapp-tailwindcss/postcss": "2.1.5"
|
|
190
190
|
},
|
|
191
191
|
"scripts": {
|
|
192
192
|
"dev": "tsup --watch --sourcemap",
|