Last active
August 29, 2020 13:53
-
-
Save yuripramos/18cd40e42f77ab6e65d70a1eb55502e4 to your computer and use it in GitHub Desktop.
Revisions
-
yuripramos revised this gist
Aug 29, 2020 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,5 @@ // just add the sideEffects key inside your package.json file { "sideEffects": [ "./src/polyfill.js" ], -
yuripramos revised this gist
Aug 29, 2020 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,5 @@ { // just add the sideEffects key inside your package.json file "sideEffects": [ "./src/polyfill.js" ], -
yuripramos revised this gist
Aug 29, 2020 . 1 changed file with 0 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,7 +1,5 @@ { "sideEffects": [ "./src/polyfill.js" ], } -
yuripramos created this gist
Aug 29, 2020 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,7 @@ { ..., "sideEffects": [ "./src/polyfill.js" ], ..., }