File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 33const webpack = require ( 'webpack' ) ;
44const path = require ( 'path' ) ;
55const { 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' ) ;
77const { BundleAnalyzerPlugin } = require ( 'webpack-bundle-analyzer' ) ;
88const HtmlWebpackPlugin = require ( 'html-webpack-plugin' ) ;
99const ForkTsCheckerWebpackPlugin = require ( 'fork-ts-checker-webpack-plugin' ) ;
Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments