mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-21 07:32:02 +00:00
config argument removed
This commit is contained in:
parent
a49bc04d4c
commit
2fbbe42d63
1 changed files with 2 additions and 2 deletions
|
|
@ -7,7 +7,7 @@
|
||||||
"private": true,
|
"private": true,
|
||||||
"license": "GPLv3",
|
"license": "GPLv3",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "webpack-dev-server --config ./webpack.config.js --mode development",
|
"start": "webpack-dev-server --mode development",
|
||||||
"build": "webpack --mode production",
|
"build": "webpack --mode production",
|
||||||
"storybook": "start-storybook --ci --config-dir ./storybook --static-dir ./ --port 6060",
|
"storybook": "start-storybook --ci --config-dir ./storybook --static-dir ./ --port 6060",
|
||||||
"test": "jest"
|
"test": "jest"
|
||||||
|
|
@ -46,7 +46,7 @@
|
||||||
"cssnano": "4.1.10",
|
"cssnano": "4.1.10",
|
||||||
"cssnano-preset-advanced": "4.0.7",
|
"cssnano-preset-advanced": "4.0.7",
|
||||||
"html-webpack-plugin": "3.2.0",
|
"html-webpack-plugin": "3.2.0",
|
||||||
"jest": "^24.9.0",
|
"jest": "24.9.0",
|
||||||
"less": "3.10.3",
|
"less": "3.10.3",
|
||||||
"less-loader": "5.0.0",
|
"less-loader": "5.0.0",
|
||||||
"mini-css-extract-plugin": "0.8.0",
|
"mini-css-extract-plugin": "0.8.0",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue