Skip to content

Commit

Permalink
Dev: Added @vue/babel-preset-app and downgraded eslint and other pack…
Browse files Browse the repository at this point in the history
…ages cause their were not compatible with our vue version
  • Loading branch information
thedirtypanda committed Feb 21, 2022
1 parent 7c3bbb0 commit 2b02bda
Show file tree
Hide file tree
Showing 3 changed files with 1,460 additions and 1,879 deletions.
23 changes: 12 additions & 11 deletions assets/packages/adminsidepanel/package.json
Expand Up @@ -28,28 +28,29 @@
"@babel/polyfill": "^7.4.4",
"@babel/preset-env": "^7.16.0",
"@testing-library/vue": "^5.8.2",
"@vue/babel-preset-app": "^5.0.1",
"@vue/cli-plugin-babel": "^4.5.15",
"@vue/cli-plugin-eslint": "^4.5.15",
"@vue/cli-service": "^4.5.15",
"@vue/test-utils": "^1.2.2",
"@vue/vue2-jest": "^27.0.0-alpha.3",
"babel-eslint": "^10.0.1",
"babel-jest": "^27.3.1",
"core-js": "^3.21.0",
"eslint": "^6.7.2",
"eslint-plugin-vue": "^6.2.2",
"jest": "^27.3.1",
"jsdom": "^18.1.1",
"jsdom-global": "^3.0.2",
"core-js": "^3.21.0",
"lodash": "^4.17.4",
"node-sass": "^7.0.1",
"rtlcss-webpack-plugin": "^4.0.3",
"sass-loader": "^10",
"vue": "^3.2.31",
"vue-localstorage": "^0.6.2",
"vue-template-compiler": "^2.5.21",
"vuex": "^4.0.2",
"vuex-persist": "^3.1.3",
"@vue/cli-plugin-babel": "^4.5.15",
"@vue/cli-plugin-eslint": "^4.5.15",
"@vue/cli-service": "^4.5.15",
"babel-eslint": "^10.0.1",
"eslint": "^8.9.0",
"eslint-plugin-vue": "^8.4.1",
"rtlcss-webpack-plugin": "^4.0.3",
"sass-loader": "^12.6.0",
"vue-template-compiler": "^2.5.21"
"vuex-persist": "^3.1.3"
},
"eslintConfig": {
"root": true,
Expand Down
2 changes: 1 addition & 1 deletion assets/packages/adminsidepanel/vue.config.cjs
Expand Up @@ -6,7 +6,7 @@ const entryPoint = ['./lib/surveysettings.js','./src/adminsidepanelmain.js', './
const RtlCSS = require("../meta/LSRTLPlugin/LSRTLPlugin.js");


export default {
module.exports = {
outputDir: outputDir,
filenameHashing: false,
runtimeCompiler: true,
Expand Down

0 comments on commit 2b02bda

Please sign in to comment.