Skip to content

Commit

Permalink
Merge pull request #1 from brenoc/master
Browse files Browse the repository at this point in the history
Fix deprecated API
  • Loading branch information
dentuzhik authored Aug 16, 2017
2 parents c86dd51 + 64a4bc9 commit 4d0a2ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ function addCrossoriginAttrubuteToScripts(htmlPluginData, callback) {
htmlPluginData.head.filter(filterScriptTags).forEach(addCrossoriginAttrubuteToScript);
htmlPluginData.body.filter(filterScriptTags).forEach(addCrossoriginAttrubuteToScript);

callback(null);
callback(null, htmlPluginData);
}

function HtmlWebpackCrossoriginPlugin() {}
Expand Down

0 comments on commit 4d0a2ab

Please sign in to comment.