mirror of
https://github.com/Xevion/the-office.git
synced 2025-12-06 01:16:34 -06:00
Move required dependencies out of devDependencies, update webpack to build in 'build' dir
This commit is contained in:
@@ -29,9 +29,7 @@
|
||||
"vue-scrollto": "^2.18.2",
|
||||
"vue-server-renderer": "^2.6.11",
|
||||
"node-forge": ">=0.10.0",
|
||||
"vuex": "^3.5.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"vuex": "^3.5.1",
|
||||
"@vue/cli-plugin-babel": "^4.4.0",
|
||||
"@vue/cli-plugin-eslint": "^4.4.0",
|
||||
"@vue/cli-service": "^4.4.0",
|
||||
@@ -47,6 +45,8 @@
|
||||
"sass-loader": "^8.0.2",
|
||||
"vue-template-compiler": "^2.6.11"
|
||||
},
|
||||
"devDependencies": {
|
||||
},
|
||||
"eslintConfig": {
|
||||
"root": true,
|
||||
"env": {
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
module.exports = {
|
||||
outputDir: "./build",
|
||||
css: {
|
||||
loaderOptions: {
|
||||
sass: {
|
||||
|
||||
Reference in New Issue
Block a user