Skip to content

Commit 8754fdf

Browse files
committed
PR feedback
1 parent 847f4b5 commit 8754fdf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

playground/webpack.shared.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
const webpack = require('webpack');
44
const path = require('path');
55
const { CleanWebpackPlugin } = require('clean-webpack-plugin');
6-
const { SetPublicPathPlugin } = require('@microsoft/set-webpack-public-path-plugin');
6+
const { SetPublicPathPlugin } = require('@rushstack/set-webpack-public-path-plugin');
77
const { BundleAnalyzerPlugin } = require('webpack-bundle-analyzer');
88
const HtmlWebpackPlugin = require('html-webpack-plugin');
99
const ForkTsCheckerWebpackPlugin = require('fork-ts-checker-webpack-plugin');

rush.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@
232232
* your PR branch, and in this situation "rush change" will also automatically invoke "git fetch"
233233
* to retrieve the latest activity for the remote master branch.
234234
*/
235-
"url": "https://github.com/microsoft/rush-example",
235+
"url": "https://github.com/microsoft/tsdoc.git"
236236

237237
/**
238238
* The default branch name. This tells "rush change" which remote branch to compare against.

0 commit comments

Comments
 (0)