Skip to content

Commit

Permalink
Removed not used chokidar
Browse files Browse the repository at this point in the history
  • Loading branch information
Oksydan committed Oct 24, 2023
1 parent a102cf1 commit dba0abc
Show file tree
Hide file tree
Showing 4 changed files with 344 additions and 636 deletions.
1 change: 0 additions & 1 deletion _dev/package-lock.json

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

1 change: 0 additions & 1 deletion _dev/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
},
"devDependencies": {
"@oksydan/falcon-cli": "^0.3.1",
"chokidar": "^3.5.3",
"clean-webpack-plugin": "^4.0.0",
"css-loader": "^6.8.1",
"css-minimizer-webpack-plugin": "^5.0.1",
Expand Down
1 change: 0 additions & 1 deletion _dev/webpack/webpack.parts.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
const chokidar = require('chokidar');
const MiniCssExtractPlugin = require('mini-css-extract-plugin');
const path = require('path');
const { CleanWebpackPlugin } = require('clean-webpack-plugin');
Expand Down
Loading

0 comments on commit dba0abc

Please sign in to comment.