refactor webpack config
This commit is contained in:
parent
2d97ae4239
commit
8a37cf2c95
9 changed files with 31 additions and 131 deletions
|
|
@ -5,7 +5,7 @@ for conf in $(ls config/); do
|
|||
if [ "$conf" = "utils.js" ]; then
|
||||
continue
|
||||
fi
|
||||
yarn dev $conf
|
||||
yarn build $conf
|
||||
yarn production-build $conf
|
||||
mv dist artifacts/$conf
|
||||
done
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue