@atlaspack/optimizer-htmlnano 2.14.63-dev-82931d988.0 → 2.14.63-dev-9ef951846.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/lib/HTMLNanoOptimizer.js +1 -2
- package/package.json +3 -3
package/lib/HTMLNanoOptimizer.js
CHANGED
|
@@ -33,7 +33,7 @@ function _path() {
|
|
|
33
33
|
return data;
|
|
34
34
|
}
|
|
35
35
|
var _svgMappings = require("./svgMappings");
|
|
36
|
-
function _interopRequireDefault(
|
|
36
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
37
37
|
// @ts-expect-error TS2724
|
|
38
38
|
// @ts-expect-error TS7016
|
|
39
39
|
var _default = exports.default = new (_plugin().Optimizer)({
|
|
@@ -100,7 +100,6 @@ var _default = exports.default = new (_plugin().Optimizer)({
|
|
|
100
100
|
// TODO: Uncomment this line once we update htmlnano, new version isn't out yet
|
|
101
101
|
// skipConfigLoading: true,
|
|
102
102
|
};
|
|
103
|
-
|
|
104
103
|
let plugins = [(0, _htmlnano().default)(htmlNanoConfig)];
|
|
105
104
|
|
|
106
105
|
// @ts-expect-error TS18046
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaspack/optimizer-htmlnano",
|
|
3
|
-
"version": "2.14.63-dev-
|
|
3
|
+
"version": "2.14.63-dev-9ef951846.0",
|
|
4
4
|
"license": "(MIT OR Apache-2.0)",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"node": ">= 16.0.0"
|
|
17
17
|
},
|
|
18
18
|
"dependencies": {
|
|
19
|
-
"@atlaspack/plugin": "2.14.63-dev-
|
|
19
|
+
"@atlaspack/plugin": "2.14.63-dev-9ef951846.0",
|
|
20
20
|
"htmlnano": "^2.0.0",
|
|
21
21
|
"nullthrows": "^1.1.1",
|
|
22
22
|
"posthtml": "^0.16.5",
|
|
@@ -26,5 +26,5 @@
|
|
|
26
26
|
"scripts": {
|
|
27
27
|
"build:lib": "gulp build --gulpfile ../../../gulpfile.js --cwd ."
|
|
28
28
|
},
|
|
29
|
-
"gitHead": "
|
|
29
|
+
"gitHead": "9ef951846054ca4eacd2d24047ae09e451f72824"
|
|
30
30
|
}
|