mirror of
https://github.com/transmission/transmission
synced 2024-12-23 16:24:02 +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:
parent
0bfbc3eba7
commit
0ffd118ab8
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
"repository": "https://github.com/transmission/transmission",
|
"repository": "https://github.com/transmission/transmission",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"scripts": {
|
"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",
|
"build": "webpack --config webpack.config.js",
|
||||||
"css": "sass --no-source-map style/",
|
"css": "sass --no-source-map style/",
|
||||||
"css:map": "sass style/",
|
"css:map": "sass style/",
|
||||||
|
|
Loading…
Reference in a new issue