Skip to content

Commit

Permalink
chore: remove fixpack
Browse files Browse the repository at this point in the history
  • Loading branch information
ferferga committed Apr 12, 2021
1 parent 2c3fcb5 commit 780eb3a
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 123 deletions.
150 changes: 29 additions & 121 deletions package-lock.json

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

2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
"eslint-plugin-prettier": "^3.3.0",
"eslint-plugin-promise": "^4.2.1",
"file-loader": "^6.2.0",
"fixpack": "^3.0.6",
"html-loader": "^1.3.2",
"html-webpack-plugin": "^4.5.0",
"husky": "^4.3.0",
Expand Down Expand Up @@ -73,7 +72,6 @@
"lint": "npm run lint:code && npm run lint:css && npm run prettier",
"lint:code": "eslint --ext .ts,.js .",
"lint:css": "stylelint ./src/css/*.css",
"postinstall": "fixpack",
"prepare": "npm run build:production",
"prettier": "prettier --check .",
"start": "TS_NODE_PROJECT=\"tsconfig-webpack.json\" webpack serve --config webpack.config.ts",
Expand Down

0 comments on commit 780eb3a

Please sign in to comment.