1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-23 08:13:27 +00:00

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

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/",