Skip to content

Commit

Permalink
feat: update wepack config.
Browse files Browse the repository at this point in the history
  • Loading branch information
martinadamsdev committed Jun 29, 2024
1 parent f690cae commit 847e9c5
Show file tree
Hide file tree
Showing 13 changed files with 2,731 additions and 4,532 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion public/index.html → index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
<link rel="icon" href="/favicon.ico">
<title><%= htmlWebpackPlugin.options.title %></title>
</head>
<body>
Expand Down
81 changes: 49 additions & 32 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,42 +1,59 @@
{
"name": "vue-cesium-example",
"name": "vue-cesium-webpack-starter",
"version": "0.0.1",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"test:unit": "vue-cli-service test:unit",
"lint": "vue-cli-service lint"
"bootstarp": "rimraf node_modules & pnpm install",
"dev": "cross-env NODE_ENV=development webpack serve --progress --config scripts/webpack.dev.conf.js",
"build": "rimraf dist && cross-env NODE_ENV=production webpack --progress --config scripts/webpack.prod.conf.js"
},
"dependencies": {
"cesium": "1.118.2",
"core-js": "3.25.0",
"vue": "2.7.10",
"vue-router": "3.6.5",
"vuex": "3.6.2"
"vue": "^2.7.16",
"vue-router": "^3.6.5",
"vuex": "^3.6.2"
},
"devDependencies": {
"@babel/core": "^7.19.0",
"@babel/eslint-parser": "7.18.9",
"@vue/cli-plugin-babel": "5.0.8",
"@vue/cli-plugin-eslint": "5.0.8",
"@vue/cli-plugin-router": "5.0.8",
"@vue/cli-plugin-unit-jest": "5.0.8",
"@vue/cli-plugin-vuex": "5.0.8",
"@vue/cli-service": "5.0.8",
"@vue/eslint-config-prettier": "7.0.0",
"@vue/test-utils": "1.3.0",
"copy-webpack-plugin": "11.0.0",
"eslint": "8.22.0",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-vue": "9.4.0",
"jest": "27.5.1",
"node-polyfill-webpack-plugin": "^2.0.1",
"prettier": "2.7.1",
"sass": "1.54.8",
"sass-loader": "13.0.2",
"vue-template-compiler": "2.7.10",
"webpack": "5.92.1",
"webpack-cli": "5.1.4"
"@babel/core": "^7.24.7",
"@babel/eslint-parser": "^7.24.7",
"@vue/eslint-config-prettier": "^9.0.0",
"@vue/test-utils": "^2.4.6",
"autoprefixer": "^10.4.19",
"babel-loader": "^9.1.3",
"copy-webpack-plugin": "^12.0.2",
"cross-env": "^7.0.3",
"css-loader": "^7.1.2",
"css-minimizer-webpack-plugin": "^7.0.0",
"esbuild-loader": "^4.2.0",
"eslint": "^9.5.0",
"eslint-friendly-formatter": "^4.0.1",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-vue": "^9.26.0",
"html-webpack-plugin": "^5.6.0",
"jest": "^29.7.0",
"less": "^4.2.0",
"less-loader": "^12.2.0",
"mini-css-extract-plugin": "^2.9.0",
"node-notifier": "^10.0.1",
"node-polyfill-webpack-plugin": "^4.0.0",
"portfinder": "^1.0.32",
"postcss": "^8.4.38",
"postcss-loader": "^8.1.1",
"prettier": "^3.3.2",
"rimraf": "^5.0.7",
"sass": "^1.77.6",
"sass-loader": "^14.2.1",
"speed-measure-webpack-v5-plugin": "^1.5.2",
"style-loader": "^4.0.0",
"terser-webpack-plugin": "^5.3.10",
"thread-loader": "^4.0.2",
"vue-loader": "15.11.1",
"vue-style-loader": "^4.1.3",
"vue-template-compiler": "^2.7.16",
"webpack": "^5.92.1",
"webpack-bundle-analyzer": "^4.10.2",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.4",
"webpack-merge": "^5.10.0",
"webpackbar": "^6.0.1"
}
}
Loading

0 comments on commit 847e9c5

Please sign in to comment.