mirror of
https://github.com/tenrok/vue-meta.git
synced 2026-06-12 00:22:24 +03:00
feat: add option to refresh once during navigation (possible fix for #320)
chore: add es build chore: global window detection chore: small refactor improvements
This commit is contained in:
Executable
+17
@@ -0,0 +1,17 @@
|
||||
#!/usr/bin/env bash
|
||||
set -e
|
||||
|
||||
# Cleanup
|
||||
rm -rf lib es
|
||||
|
||||
echo 'Compile JS...'
|
||||
rollup -c scripts/rollup.config.js
|
||||
echo 'Done.'
|
||||
echo ''
|
||||
|
||||
echo 'Build ES modules...'
|
||||
NODE_ENV=es babel src --out-dir es --ignore 'src/browser.js'
|
||||
echo 'Done.'
|
||||
echo ''
|
||||
|
||||
echo 'Done building assets.'
|
||||
Reference in New Issue
Block a user