Added newline back to webpack v3 definition

This commit is contained in:
Dennis George
2018-02-27 15:59:15 -06:00
parent 76cfb34e13
commit ba0d049c49

View File

@@ -1298,4 +1298,4 @@ declare namespace webpack {
type UglifyCommentFunction = optimize.UglifyJsPlugin.CommentFilter;
/** @deprecated use webpack.optimize.UglifyJsPlugin.Options */
type UglifyPluginOptions = optimize.UglifyJsPlugin.Options;
}
}