@genesislcap/webpack-builder 14.237.2-alpha-78ebbc0.0 → 14.238.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/dist/config/plugins.js +1 -1
- package/package.json +5 -5
package/dist/config/plugins.js
CHANGED
|
@@ -43,7 +43,7 @@ const plugins = (ctx) => {
|
|
|
43
43
|
// exclude detection of files based on a RegExp
|
|
44
44
|
exclude: /a\.js|node_modules/,
|
|
45
45
|
// add errors to webpack instead of warnings
|
|
46
|
-
failOnError: false,
|
|
46
|
+
failOnError: false,
|
|
47
47
|
// allow import cycles that include an asyncronous import,
|
|
48
48
|
// e.g. via import(/* webpackMode: "weak" */ './file.js')
|
|
49
49
|
allowAsyncCycles: false,
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/webpack-builder",
|
|
3
3
|
"description": "Webpack builder",
|
|
4
|
-
"version": "14.
|
|
4
|
+
"version": "14.238.1",
|
|
5
5
|
"license": "SEE LICENSE IN license.txt",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"types": "dist/index.d.ts",
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"dev": "tsc -b ./tsconfig.json -w"
|
|
16
16
|
},
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"@genesislcap/build-kit": "14.
|
|
18
|
+
"@genesislcap/build-kit": "14.238.1",
|
|
19
19
|
"@pixability-ui/federated-types": "^0.2.0",
|
|
20
20
|
"@types/webpack-env": "^1.18.4",
|
|
21
21
|
"camel-case": "^4.1.2",
|
|
@@ -34,8 +34,8 @@
|
|
|
34
34
|
"style-loader": "^3.3.1",
|
|
35
35
|
"terser-webpack-plugin": "^5.3.1",
|
|
36
36
|
"ts-loader": "9.3.1",
|
|
37
|
-
"tslib": "2.
|
|
38
|
-
"typescript": "
|
|
37
|
+
"tslib": "^2.3.1",
|
|
38
|
+
"typescript": "^4.9.5",
|
|
39
39
|
"webpack": "^5.91.0",
|
|
40
40
|
"webpack-bundle-analyzer": "^4.10.1",
|
|
41
41
|
"webpack-dev-server": "^5.0.4",
|
|
@@ -57,5 +57,5 @@
|
|
|
57
57
|
"publishConfig": {
|
|
58
58
|
"access": "public"
|
|
59
59
|
},
|
|
60
|
-
"gitHead": "
|
|
60
|
+
"gitHead": "c0de8cfef19e4e0e11ea5799cb7d43d7bea6ff49"
|
|
61
61
|
}
|