Skip to content

Commit

Permalink
chore: 修复调试模式
Browse files Browse the repository at this point in the history
  • Loading branch information
g8up committed Jul 24, 2019
1 parent afe19c1 commit 601e5fd
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
14 changes: 12 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -4,7 +4,7 @@
"description": "可记录、导出查询历史的有道词典划词扩展",
"scripts": {
"test": "jest",
"dev": "set DEBUG=true && webpack --mode=production --config=build/webpack.base.js --watch & npm run css:watch",
"dev": "cross-env DEBUG=true webpack --mode=production --config=build/webpack.base.js --watch & npm run css:watch",
"build": "rm -rf ./dist/js & webpack --mode=production --config=build/webpack.base.js && npm run css",
"css": "rm -rf ./dist/style && gulp css",
"css:watch": "rm -rf ./dist/style && gulp watch",
Expand All @@ -22,6 +22,7 @@
"@babel/preset-typescript": "^7.3.3",
"@types/chrome": "^0.0.81",
"@types/jest": "^24.0.11",
"cross-env": "^5.2.0",
"del": "^2.2.0",
"eslint": "^5.16.0",
"eslint-config-airbnb-base": "^13.1.0",
Expand Down

0 comments on commit 601e5fd

Please sign in to comment.