chore(web): get rid of webpack-dev-server warning (#1502)

Co-authored-by: Charles Kerr <charles@charleskerr.com>
This commit is contained in:
Hakjoon Sim 2020-11-03 00:47:14 +09:00 committed by GitHub
parent 0bfbc3eba7
commit 0ffd118ab8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
"repository": "https://github.com/transmission/transmission",
"license": "MIT",
"scripts": {
"dev": "WEBPACK_MODE=development webpack-dev-server --config webpack.config.js",
"dev": "WEBPACK_MODE=development webpack-dev-server -d --config webpack.config.js",
"build": "webpack --config webpack.config.js",
"css": "sass --no-source-map style/",
"css:map": "sass style/",