Fix initial map positionning
All checks were successful
Deploy Spot / deploy (push) Successful in 34s
All checks were successful
Deploy Spot / deploy (push) Successful in 34s
This commit is contained in:
@@ -14,8 +14,8 @@
|
||||
"main": "index.js",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "webpack --config build/webpack.config.js --mode development",
|
||||
"prod": "webpack --config build/webpack.config.js --mode production"
|
||||
"dev": "flock -n node_modules/.webpack-build.lock webpack --config build/webpack.config.js --mode development",
|
||||
"prod": "flock -n node_modules/.webpack-build.lock webpack --config build/webpack.config.js --mode production"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "Franzz",
|
||||
|
||||
Reference in New Issue
Block a user