Skip to content

Commit

Permalink
Upgraded webpack dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverschwendener committed Apr 3, 2021
1 parent 051b8c1 commit 1127fca
Show file tree
Hide file tree
Showing 3 changed files with 436 additions and 1,357 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
],
"main": "./bundle/main.js",
"scripts": {
"bundle": "./node_modules/.bin/webpack",
"bundle": "./node_modules/.bin/webpack --config webpack.config.js",
"start": "./node_modules/.bin/electron . --remote-debugging-port=9223",
"lint": "./node_modules/.bin/tslint --project tsconfig.json --config tslint.json",
"lint:fix": "./node_modules/.bin/tslint --project tsconfig.json --config tslint.json --fix",
Expand Down Expand Up @@ -56,13 +56,13 @@
"node-powershell": "^4.0.0",
"simple-plist": "^1.1.1",
"ts-jest": "^26.5.1",
"ts-loader": "^6.0.4",
"ts-loader": "^8.1.0",
"tslint": "^6.1.3",
"typescript": "^4.1.5",
"vue": "^2.6.12",
"vue-color": "^2.7.1",
"webpack": "^4.44.2",
"webpack-cli": "^3.3.12",
"webpack": "^5.30.0",
"webpack-cli": "^4.6.0",
"winston": "^3.2.1"
},
"dependencies": {
Expand Down
1 change: 0 additions & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
const path = require("path");
const webpack = require("webpack");

const mode = process.env.NODE_ENV === "production" ? "production" : "development";
const devtool = process.env.NODE_ENV === "production" ? undefined : "source-map";
Expand Down
Loading

0 comments on commit 1127fca

Please sign in to comment.