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 24d2223 commit debd449Copy full SHA for debd449
the_last_webpack/app/main.js
@@ -1 +1 @@
1
-alert("test");
+alert("test2");
the_last_webpack/package.json
@@ -4,7 +4,8 @@
4
"description": "",
5
"main": "main.js",
6
"scripts": {
7
- "build": "webpack --config ./webpack.config.js"
+ "build": "webpack --config ./webpack.config.js",
8
+ "dev": "webpack-dev-server --devtool eval-source-map --progress --content-base ./build"
9
},
10
"author": "",
11
"license": "ISC",
0 commit comments