Skip to content

Commit

Permalink
Update rewrite.js
Browse files Browse the repository at this point in the history
  • Loading branch information
caracal-js authored Jul 30, 2021
1 parent 0dd29a4 commit fee5f29
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion lib/rewrite.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// -------------------------------------------------------------
// WARNING: this file is used by both the client and the server.
// Do not use any browser or node-specific API!
// -------------------------------------------------------------
const URLWrapper = require('./url');
const CookieRewriter = require('./cookie');
const CSSRewriter = require('./css');
Expand All @@ -24,4 +28,4 @@ class Rewrite {
};
};

module.exports = Rewrite;
module.exports = Rewrite;

0 comments on commit fee5f29

Please sign in to comment.