Skip to content

Commit

Permalink
improve: Changed default content, omitted quotes
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 4f944d3 commit f0e1a7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export default class InjectBodyPlugin {
*/
constructor(options) {
this.options = {
content: "<div id=\"root\"></div>",
content: "<div id=root></div>",
position: "start",
...options,
}
Expand Down

0 comments on commit f0e1a7a

Please sign in to comment.