@ray-js/builder-web 1.5.0 → 1.5.1
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/build.js +1 -1
- package/lib/loaders/process-css.js +1 -1
- package/lib/loaders/process-less.js +1 -1
- package/package.json +10 -10
package/lib/build.js
CHANGED
@@ -61,8 +61,8 @@ function hash(path) {
|
|
61
61
|
colors_1.default.enable();
|
62
62
|
const LOG_PREFIX = 'builder-web';
|
63
63
|
function build(options, context) {
|
64
|
-
var _a, _b, _c;
|
65
64
|
return __awaiter(this, void 0, void 0, function* () {
|
65
|
+
var _a, _b, _c;
|
66
66
|
const { api } = context;
|
67
67
|
const compileOptions = Object.assign({
|
68
68
|
cwd: process.cwd(),
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@ray-js/builder-web",
|
3
|
-
"version": "1.5.
|
3
|
+
"version": "1.5.1",
|
4
4
|
"description": "Ray builder for web",
|
5
5
|
"keywords": [
|
6
6
|
"ray"
|
@@ -24,17 +24,17 @@
|
|
24
24
|
"watch": "tsc -p ./tsconfig.build.json --watch"
|
25
25
|
},
|
26
26
|
"dependencies": {
|
27
|
-
"@ray-js/babel-preset-standard": "1.5.
|
28
|
-
"@ray-js/shared": "1.5.
|
29
|
-
"@ray-js/types": "1.5.
|
27
|
+
"@ray-js/babel-preset-standard": "1.5.1",
|
28
|
+
"@ray-js/shared": "1.5.1",
|
29
|
+
"@ray-js/types": "1.5.1",
|
30
30
|
"address": "^1.2.2",
|
31
31
|
"autoprefixer": "^9.8.8",
|
32
32
|
"case-sensitive-paths-webpack-plugin": "^2.4.0",
|
33
33
|
"colors": "1.4.0",
|
34
34
|
"copy-webpack-plugin": "^11.0.0",
|
35
35
|
"css-loader": "^5.2.7",
|
36
|
-
"detect-port": "^1.
|
37
|
-
"ejs": "^3.1.
|
36
|
+
"detect-port": "^1.6.1",
|
37
|
+
"ejs": "^3.1.10",
|
38
38
|
"fs-extra": "^10.1.0",
|
39
39
|
"html-webpack-plugin": "^5.6.0",
|
40
40
|
"inquirer": "^8.2.6",
|
@@ -46,18 +46,18 @@
|
|
46
46
|
"slash": "^3.0.0",
|
47
47
|
"style-loader": "^2.0.0",
|
48
48
|
"webpack": "^5.91.0",
|
49
|
-
"webpack-bundle-analyzer": "^4.10.
|
49
|
+
"webpack-bundle-analyzer": "^4.10.2",
|
50
50
|
"webpack-chain": "^6.5.1",
|
51
51
|
"webpack-dev-server": "^3.11.3",
|
52
52
|
"webpackbar": "^5.0.2"
|
53
53
|
},
|
54
54
|
"devDependencies": {
|
55
|
-
"@types/node": "^20.11
|
56
|
-
"typescript": "^4.
|
55
|
+
"@types/node": "^20.12.11",
|
56
|
+
"typescript": "^5.4.5"
|
57
57
|
},
|
58
58
|
"publishConfig": {
|
59
59
|
"access": "public",
|
60
60
|
"registry": "https://registry.npmjs.org"
|
61
61
|
},
|
62
|
-
"gitHead": "
|
62
|
+
"gitHead": "c72417d2eda79e7cb4a0ae547e0483eb72d6330f"
|
63
63
|
}
|