File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
components/frontStore/customer Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 226226 "webpackbar" : " ^5.0.2" ,
227227 "winston" : " ^3.3.3" ,
228228 "yargs" : " ^17.7.2" ,
229- "zero-decimal-currencies" : " ^1.2.0"
229+ "zero-decimal-currencies" : " ^1.2.0" ,
230+ "execa" : " ^9.6.0"
230231 },
231232 "devDependencies" : {
232233 "@parcel/watcher" : " ^2.5.1" ,
239240 "@types/pg" : " ^8.15.2" ,
240241 "@types/react" : " ^19.1.2" ,
241242 "copyfiles" : " ^2.4.1" ,
242- "execa" : " ^9.6.0" ,
243243 "typescript" : " ^5.8.3"
244244 }
245245}
Original file line number Diff line number Diff line change @@ -72,9 +72,9 @@ export const CustomerLoginForm: React.FC<{
7272 default : (
7373 < InputField
7474 prefixIcon = { < EnvelopeIcon className = "h-5 w-5" /> }
75- label = " Email"
75+ label = { _ ( ' Email' ) }
7676 name = "email"
77- placeholder = " Email"
77+ placeholder = { _ ( ' Email' ) }
7878 required
7979 validation = { {
8080 required : _ ( 'Email is required' )
@@ -89,9 +89,9 @@ export const CustomerLoginForm: React.FC<{
8989 default : (
9090 < PasswordField
9191 prefixIcon = { < LockClosedIcon className = "h-5 w-5" /> }
92- label = " Password"
92+ label = { _ ( ' Password' ) }
9393 name = "password"
94- placeholder = " Password"
94+ placeholder = { _ ( ' Password' ) }
9595 required
9696 validation = { {
9797 required : _ ( 'Password is required' )
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ export function createBaseConfig(isServer) {
4141 }
4242 } ,
4343 {
44- test : / ^ [ A - Z ] . * \. j s $ / ,
44+ test : / \. j s $ / ,
4545 exclude : {
4646 and : [ / n o d e _ m o d u l e s / ] ,
4747 not : [
You can’t perform that action at this time.
0 commit comments