Skip to content

Commit

Permalink
feat: Removed option “port”
Browse files Browse the repository at this point in the history
Signed-off-by: Jaid <jaid.jsx@gmail.com>
  • Loading branch information
Jaid committed Jun 19, 2021
1 parent 9e90555 commit bd893df
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import insertStringBefore from "insert-string-before"

/**
* @typedef {Object} Options
* @prop {number} [port = 3000]
* @prop {string} content
* @prop {string} position
*/
Expand All @@ -22,7 +21,6 @@ export default class InjectBrowserSyncPlugin {
*/
constructor(options) {
this.options = {
port: 3000,
content: "<div id=\"root\"></div>",
position: "start",
...options,
Expand Down

0 comments on commit bd893df

Please sign in to comment.