Fix CSS issue with login page due to input classes
This commit is contained in:
parent
b8b9acd0e6
commit
24bb8da43d
9 changed files with 18 additions and 14 deletions
|
@ -57,7 +57,7 @@
|
|||
"watch": "NODE_ENV=development ./node_modules/.bin/webpack --watch --progress",
|
||||
"build": "NODE_ENV=development ./node_modules/.bin/webpack --progress",
|
||||
"build:production": "NODE_ENV=production ./node_modules/.bin/webpack",
|
||||
"serve": "NODE_ENV=development webpack-serve --hot --config ./webpack.config.js",
|
||||
"serve": "NODE_ENV=development webpack-serve --hot --config ./webpack.config.js --no-clipboard",
|
||||
"v:serve": "PUBLIC_PATH=http://192.168.50.2:8080 NODE_ENV=development webpack-serve --hot --config ./webpack.config.js --host 192.168.50.2 --no-clipboard"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue