Skip to content
Snippets Groups Projects
Commit f0119dd4 authored by Reiter, Christoph's avatar Reiter, Christoph :snake:
Browse files

Remove chokidar, bundled with rollup now

parent 29b66e9e
No related branches found
No related tags found
No related merge requests found
Pipeline #15444 passed
...@@ -18,7 +18,6 @@ ...@@ -18,7 +18,6 @@
"@rollup/plugin-url": "^5.0.1", "@rollup/plugin-url": "^5.0.1",
"babel-eslint": "^10.0.3", "babel-eslint": "^10.0.3",
"chai": "^4.2.0", "chai": "^4.2.0",
"chokidar": "^3.4.0",
"eslint": "^7.3.1", "eslint": "^7.3.1",
"eslint-plugin-jsdoc": "^30.6.5", "eslint-plugin-jsdoc": "^30.6.5",
"glob": "^7.1.6", "glob": "^7.1.6",
......
...@@ -200,11 +200,6 @@ export default { ...@@ -200,11 +200,6 @@ export default {
} }
warn(warning); warn(warning);
}, },
watch: {
chokidar: {
usePolling: true
}
},
plugins: [ plugins: [
del({ del({
targets: 'dist/*' targets: 'dist/*'
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment