Skip to content
This repository has been archived by the owner on Jan 21, 2024. It is now read-only.

Commit

Permalink
release: 1.4.7-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ruibaby committed Mar 14, 2021
1 parent fa5b50a commit e21201e
Show file tree
Hide file tree
Showing 6 changed files with 856 additions and 1,546 deletions.
2 changes: 1 addition & 1 deletion .env.jsdelivr
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
NODE_ENV=production
PUBLIC_PATH=https://cdn.jsdelivr.net/npm/halo-admin@1.4.6/dist/
PUBLIC_PATH=https://cdn.jsdelivr.net/npm/halo-admin@1.4.7-beta.1/dist/
10 changes: 9 additions & 1 deletion babel.config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
module.exports = {
presets: ['@vue/cli-plugin-babel/preset']
presets: [
'@vue/app',
[
'@babel/preset-env',
{
'useBuiltIns': 'entry'
}
]
]
}
Loading

0 comments on commit e21201e

Please sign in to comment.