@atlaspack/transformer-posthtml 2.12.1-dev.3367 → 2.12.1-dev.3398
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.
|
@@ -73,7 +73,7 @@ var _default = exports.default = new (_plugin().Transformer)({
|
|
|
73
73
|
// We have to invalidate on startup in case the config is non-deterministic,
|
|
74
74
|
// e.g. using unknown environment variables, reading from the filesystem, etc.
|
|
75
75
|
logger.warn({
|
|
76
|
-
message: 'WARNING: Using a JavaScript PostHTML config file means losing out on caching features of
|
|
76
|
+
message: 'WARNING: Using a JavaScript PostHTML config file means losing out on caching features of Parcel. Use a .posthtmlrc (JSON) file whenever possible.'
|
|
77
77
|
});
|
|
78
78
|
}
|
|
79
79
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaspack/transformer-posthtml",
|
|
3
|
-
"version": "2.12.1-dev.
|
|
3
|
+
"version": "2.12.1-dev.3398+81c73b3cd",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -13,16 +13,16 @@
|
|
|
13
13
|
"source": "src/PostHTMLTransformer.js",
|
|
14
14
|
"engines": {
|
|
15
15
|
"node": ">= 16.0.0",
|
|
16
|
-
"
|
|
16
|
+
"parcel": "^2.12.1-dev.3398+81c73b3cd"
|
|
17
17
|
},
|
|
18
18
|
"dependencies": {
|
|
19
|
-
"@atlaspack/plugin": "2.12.1-dev.
|
|
20
|
-
"@atlaspack/utils": "2.12.1-dev.
|
|
19
|
+
"@atlaspack/plugin": "2.12.1-dev.3398+81c73b3cd",
|
|
20
|
+
"@atlaspack/utils": "2.12.1-dev.3398+81c73b3cd",
|
|
21
21
|
"nullthrows": "^1.1.1",
|
|
22
22
|
"posthtml": "^0.16.5",
|
|
23
23
|
"posthtml-parser": "^0.10.1",
|
|
24
24
|
"posthtml-render": "^3.0.0",
|
|
25
25
|
"semver": "^7.5.2"
|
|
26
26
|
},
|
|
27
|
-
"gitHead": "
|
|
27
|
+
"gitHead": "81c73b3cdf93adf8b0013be9fed5422579bd5910"
|
|
28
28
|
}
|
|
@@ -38,7 +38,7 @@ export default (new Transformer({
|
|
|
38
38
|
// e.g. using unknown environment variables, reading from the filesystem, etc.
|
|
39
39
|
logger.warn({
|
|
40
40
|
message:
|
|
41
|
-
'WARNING: Using a JavaScript PostHTML config file means losing out on caching features of
|
|
41
|
+
'WARNING: Using a JavaScript PostHTML config file means losing out on caching features of Parcel. Use a .posthtmlrc (JSON) file whenever possible.',
|
|
42
42
|
});
|
|
43
43
|
}
|
|
44
44
|
|