Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/bridge-core/editor into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
solvedDev committed Jul 18, 2021
2 parents 5915927 + 698684b commit 862a034
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bridge",
"version": "2.0.0-rc.4",
"version": "2.0.0-rc.5",
"private": true,
"scripts": {
"dev:vite": "vite",
Expand Down
2 changes: 1 addition & 1 deletion src/appVersion.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "2.0.0-rc.4"
"version": "2.0.0-rc.5"
}
6 changes: 1 addition & 5 deletions vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,7 @@ const { join } = require('path')
const { NormalModuleReplacementPlugin } = require('webpack')

const isNightlyBuild = process.argv[3] === '--nightly'
const publicPath = isNightlyBuild
? '/'
: process.env.NODE_ENV === 'production'
? '/editor/'
: '/'
const publicPath = '/'

module.exports = {
runtimeCompiler: true,
Expand Down

0 comments on commit 862a034

Please sign in to comment.