Skip to content

Commit

Permalink
Merge branch 'next' into vite
Browse files Browse the repository at this point in the history
# Conflicts:
#	package-lock.json
  • Loading branch information
josechirivella committed Jan 5, 2024
2 parents 641592e + f8e6763 commit e8ca9fb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@processmaker/screen-builder",
"version": "2.79.3",
"version": "2.79.4",
"scripts": {
"dev": "vite",
"serve": "vue-cli-service serve",
Expand Down
1 change: 1 addition & 0 deletions vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ if (process.env.NODE_ENV !== "production") {
}

module.exports = {
lintOnSave: false,
runtimeCompiler: true,
transpileDependencies: ["vuetable-2"],
configureWebpack: {
Expand Down

0 comments on commit e8ca9fb

Please sign in to comment.