-
Notifications
You must be signed in to change notification settings - Fork 322
upgrade to webpack v5 stable version #602
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 1 commit
a73d426
074f448
523c3fc
898b9c3
9d6ac9b
a355b39
f216e7f
486d6c1
5081643
9417fc2
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -97,7 +97,7 @@ jest.setTimeout(30000); | |
|
|
||
| it('Should support custom watch API', async () => { | ||
| let buildCnt = 0; | ||
| const buildFile = path.resolve('./test/integration/request.js'); | ||
| const buildFile = path.resolve('./test/integration/twilio.js'); | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Does it work work with
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. request.js will work for both whatever you add the nodejs lib fallback support or not. twilio.js doesn't work without fallback that breaks the watcher test case. I changed the original file from twilio to request to let it pass the test in last commit. |
||
| await new Promise((resolve, reject) => { | ||
| const watcher = new CustomWatchFileSystem(function watchStart (files, dirs, missing) { | ||
| expect(files._set.size).toBeGreaterThan(100); | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.