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
gives error: SyntaxError: Named export 'parse' not found. The requested module 'cache-control-parser' is a CommonJS module, which may not support all module.exports as named exports.
The imports in your example will not work, e.g.
gives error:
SyntaxError: Named export 'parse' not found. The requested module 'cache-control-parser' is a CommonJS module, which may not support all module.exports as named exports.
The following will work though:
The text was updated successfully, but these errors were encountered: