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; //
156156module . exports . publicUrlOrPath = getPublicUrlOrPath (
157157 /*isEnvDevelopment*/ false , // wptheme always uses PROD paths.
158158 wpThemePathsHomepage ,
159- process . env . PUBLIC_URL
159+ wpThemePathsHomepage
160160) ;
Original file line number Diff line number Diff line change 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" ,
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" ,
You can’t perform that action at this time.
0 commit comments