Skip to content
This repository was archived by the owner on Dec 3, 2025. It is now read-only.

Commit 3339119

Browse files
author
Eimantas
authored
Hotfix/missing babel loader options (#20)
* Updated babel. Deleted `lock`. * Applying package updates. * Fixed error.
1 parent 691ea14 commit 3339119

File tree

15 files changed

+632
-21177
lines changed

15 files changed

+632
-21177
lines changed

common/config/rush/shrinkwrap.yaml

Lines changed: 572 additions & 530 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

common/config/rush/version-policies.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
"policyName": "WebpackBuilderPolicy",
1515
"mainProject": "@reactway/webpack-builder",
1616
"nextBump": "prerelease",
17-
"version": "1.0.0-alpha.18"
17+
"version": "1.0.0-alpha.19"
1818
}
1919
]

packages/webpack-builder-plugin-clean/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@reactway/webpack-builder-plugin-clean",
3-
"version": "1.0.0-alpha.18",
3+
"version": "1.0.0-alpha.19",
44
"description": "A plugin made for webpack-builder.",
55
"keywords": [
66
"webpack",
@@ -31,7 +31,7 @@
3131
"**/*.md"
3232
],
3333
"dependencies": {
34-
"@reactway/webpack-builder": "1.0.0-alpha.18",
34+
"@reactway/webpack-builder": "1.0.0-alpha.19",
3535
"clean-webpack-plugin": "^2.0.1",
3636
"webpack": "^4.31.0",
3737
"tslib": "^1.9.3",

packages/webpack-builder-plugin-html/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@reactway/webpack-builder-plugin-html",
3-
"version": "1.0.0-alpha.18",
3+
"version": "1.0.0-alpha.19",
44
"description": "A plugin made for webpack-builder.",
55
"keywords": [
66
"webpack",
@@ -31,7 +31,7 @@
3131
"**/*.md"
3232
],
3333
"dependencies": {
34-
"@reactway/webpack-builder": "1.0.0-alpha.18",
34+
"@reactway/webpack-builder": "1.0.0-alpha.19",
3535
"tslib": "^1.9.3",
3636
"html-webpack-plugin": "^3.2.0",
3737
"html-webpack-template": "^6.2.0",

packages/webpack-builder-plugin-image-loader/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@reactway/image-loader",
3-
"version": "1.0.0-alpha.18",
3+
"version": "1.0.0-alpha.19",
44
"description": "A plugin made for webpack to load images, optimize and resize.",
55
"keywords": [
66
"webpack",

packages/webpack-builder-plugin-images/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@reactway/webpack-builder-plugin-images",
3-
"version": "1.0.0-alpha.18",
3+
"version": "1.0.0-alpha.19",
44
"description": "A plugin made for webpack-builder.",
55
"keywords": [
66
"webpack",
@@ -30,8 +30,8 @@
3030
"**/*.md"
3131
],
3232
"dependencies": {
33-
"@reactway/webpack-builder": "1.0.0-alpha.18",
34-
"@reactway/image-loader": "^1.0.0-alpha.18",
33+
"@reactway/webpack-builder": "1.0.0-alpha.19",
34+
"@reactway/image-loader": "^1.0.0-alpha.19",
3535
"tslib": "^1.9.3",
3636
"url-loader": "^1.1.2",
3737
"upath": "^1.1.2"

packages/webpack-builder-plugin-styles/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@reactway/webpack-builder-plugin-styles",
3-
"version": "1.0.0-alpha.18",
3+
"version": "1.0.0-alpha.19",
44
"description": "A plugin made for webpack-builder.",
55
"keywords": [
66
"webpack",
@@ -30,7 +30,7 @@
3030
"**/*.md"
3131
],
3232
"dependencies": {
33-
"@reactway/webpack-builder": "1.0.0-alpha.18",
33+
"@reactway/webpack-builder": "1.0.0-alpha.19",
3434
"optimize-css-assets-webpack-plugin": "^5.0.1",
3535
"mini-css-extract-plugin": "^0.6.0",
3636
"fs-extra": "^8.0.1",

0 commit comments

Comments
 (0)