mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 06:39:48 +00:00
Don't webpack insomnia-httpsnippet (Fixes #1304)
This commit is contained in:
parent
88b0bb784f
commit
91a2d2dc93
@ -12,7 +12,7 @@ describe('package.json', () => {
|
||||
|
||||
it('packages must be included in webpack build or else errors happen', () => {
|
||||
// If this is built by Webpack it fails on multipart/form-data
|
||||
expect(globalPackage.packedDependencies.includes('httpsnippet')).toBe(false);
|
||||
expect(globalPackage.packedDependencies.includes('insomnia-httpsnippet')).toBe(false);
|
||||
});
|
||||
|
||||
it('packages must NOT be included in webpack build or else errors happen', () => {
|
||||
|
@ -71,7 +71,6 @@
|
||||
"fuzzysort",
|
||||
"graphql",
|
||||
"insomnia-cookies",
|
||||
"insomnia-httpsnippet",
|
||||
"insomnia-importers",
|
||||
"insomnia-prettify",
|
||||
"insomnia-url",
|
||||
|
Loading…
Reference in New Issue
Block a user