File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -156,5 +156,5 @@ const wpThemePathsHomepage = process.env.PUBLIC_URL || wpThemeConfigHomepage; //
156
156
module . exports . publicUrlOrPath = getPublicUrlOrPath (
157
157
/*isEnvDevelopment*/ false , // wptheme always uses PROD paths.
158
158
wpThemePathsHomepage ,
159
- process . env . PUBLIC_URL
159
+ wpThemePathsHomepage
160
160
) ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @devloco/react-scripts-wptheme" ,
3
- "version" : " 3.4.0-wp.9 " ,
3
+ "version" : " 3.4.0-wp.10 " ,
4
4
"description" : " Configuration and scripts for Create React WP Theme." ,
5
5
"repository" : {
6
6
"type" : " git" ,
94
94
"webpack-dev-server" : " 3.10.2" ,
95
95
"webpack-manifest-plugin" : " 2.2.0" ,
96
96
"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 "
98
98
},
99
99
"devDependencies" : {
100
100
"react" : " ^16.12.0" ,
You can’t perform that action at this time.
0 commit comments