You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 22, 2020. It is now read-only.
I was trying to debug mocha tests in webpack-dev-server in chrome. Debugging causes timeouts, since the timeout is 2 seconds. It's not easy to find how to change this in the docs. I went here, then
I was trying to debug mocha tests in webpack-dev-server in chrome. Debugging causes timeouts, since the timeout is 2 seconds. It's not easy to find how to change this in the docs. I went here, then
https://webpack.js.org/plugins/loader-options-plugin/#components/sidebar/sidebar.jsx
which says options should be passed directly, but it doesn't say how. (probably needs a link or something)
I eventually found it: https://webpack.js.org/concepts/loaders/#components/sidebar/sidebar.jsx
mocha-loader?timeout=300000!./test.ts
Anyway, the options section here should at least have a link to the loaders page that tells how to use options.
The text was updated successfully, but these errors were encountered: