Skip to content

Commit b915860

Browse files
committed
Updated dependencies to get latest webpack
1 parent b2171d5 commit b915860

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,13 +75,14 @@
7575
"toc": "doctoc --title '## Table of Contents' README.md && doctoc --title '## Table of Contents' CONTRIBUTING.md"
7676
},
7777
"devDependencies": {
78-
"doctoc": "^0.15.0",
78+
"doctoc": "^1.3.1",
7979
"eslint": "^4.19.1",
8080
"live-server": "^1.2.0",
8181
"npm-run-all": "^4.1.2",
8282
"nyc": "^11.7.1",
8383
"watch": "^1.0.2",
84-
"webpack": "^3.10"
84+
"webpack": "^4.9.1",
85+
"webpack-cli": "^2.1.4"
8586
},
8687
"nyc": {
8788
"reporter": "html"

webpack.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ module.exports = [
55
// Web build.
66
{
77
entry: "./source-map.js",
8+
mode: "production",
89
output: {
910
path: distDir,
1011
filename: "source-map.js",

0 commit comments

Comments
 (0)