Skip to content

Commit 5189102

Browse files
authored
Merge pull request #10 from devloco/3.4.0-Issue.45
3.4.0 issue.45
2 parents 8f27b30 + f88cc7e commit 5189102

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/react-scripts/config/paths-wptheme.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,5 +156,5 @@ const wpThemePathsHomepage = process.env.PUBLIC_URL || wpThemeConfigHomepage; //
156156
module.exports.publicUrlOrPath = getPublicUrlOrPath(
157157
/*isEnvDevelopment*/ false, // wptheme always uses PROD paths.
158158
wpThemePathsHomepage,
159-
process.env.PUBLIC_URL
159+
wpThemePathsHomepage
160160
);

packages/react-scripts/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@devloco/react-scripts-wptheme",
3-
"version": "3.4.0-wp.9",
3+
"version": "3.4.0-wp.10",
44
"description": "Configuration and scripts for Create React WP Theme.",
55
"repository": {
66
"type": "git",
@@ -94,7 +94,7 @@
9494
"webpack-dev-server": "3.10.2",
9595
"webpack-manifest-plugin": "2.2.0",
9696
"workbox-webpack-plugin": "4.3.1",
97-
"@devloco/create-react-wptheme-utils": "^3.4.0-wp.11"
97+
"@devloco/create-react-wptheme-utils": "^3.4.0-wp.12"
9898
},
9999
"devDependencies": {
100100
"react": "^16.12.0",

0 commit comments

Comments
 (0)