We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a506375 + 689c5f7 commit e484bd8Copy full SHA for e484bd8
packages/react-scripts/.gitignore
@@ -0,0 +1,2 @@
1
+node_modules
2
+yarn*
packages/react-scripts/.npmrc
+package-lock=false
+shrinkwrap=false
packages/react-scripts/scripts/wpstart.js
@@ -125,8 +125,8 @@ function startWatch() {
125
let clientConfig = wpThemeUserConfig.injectWpThemeClient;
126
if (clientConfig) {
127
clientConfig.mode =
128
- clientConfig.mode === 'disable' ? clientConfig.mode : 'beforeToken';
129
- clientConfig.token = '</head>';
+ clientConfig.mode === 'disable' ? clientConfig.mode : 'afterToken';
+ clientConfig.token = '<head>';
130
}
131
132
if (!clientConfig || clientConfig.mode === 'disable') {
0 commit comments