We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2171d5 commit b915860Copy full SHA for b915860
package.json
@@ -75,13 +75,14 @@
75
"toc": "doctoc --title '## Table of Contents' README.md && doctoc --title '## Table of Contents' CONTRIBUTING.md"
76
},
77
"devDependencies": {
78
- "doctoc": "^0.15.0",
+ "doctoc": "^1.3.1",
79
"eslint": "^4.19.1",
80
"live-server": "^1.2.0",
81
"npm-run-all": "^4.1.2",
82
"nyc": "^11.7.1",
83
"watch": "^1.0.2",
84
- "webpack": "^3.10"
+ "webpack": "^4.9.1",
85
+ "webpack-cli": "^2.1.4"
86
87
"nyc": {
88
"reporter": "html"
webpack.config.js
@@ -5,6 +5,7 @@ module.exports = [
5
// Web build.
6
{
7
entry: "./source-map.js",
8
+ mode: "production",
9
output: {
10
path: distDir,
11
filename: "source-map.js",
0 commit comments