Skip to content

Commit

Permalink
Fix packing bundle with vue
Browse files Browse the repository at this point in the history
  • Loading branch information
José Ortiz committed Sep 1, 2021
1 parent 08ca8ab commit e7e4fb7
Show file tree
Hide file tree
Showing 7 changed files with 5,045 additions and 26,009 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module.exports = {
},
extends: [
'plugin:vue/vue3-essential',
'@vue/airbnb',
'airbnb-base',
],
plugins: ['fp'],
ignorePatterns: [
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
pull_request:
branches:
- master
- next

jobs:
build:
Expand Down
Loading

0 comments on commit e7e4fb7

Please sign in to comment.