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 3
3
const webpack = require ( 'webpack' ) ;
4
4
const path = require ( 'path' ) ;
5
5
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' ) ;
7
7
const { BundleAnalyzerPlugin } = require ( 'webpack-bundle-analyzer' ) ;
8
8
const HtmlWebpackPlugin = require ( 'html-webpack-plugin' ) ;
9
9
const ForkTsCheckerWebpackPlugin = require ( 'fork-ts-checker-webpack-plugin' ) ;
Original file line number Diff line number Diff line change 232
232
* your PR branch, and in this situation "rush change" will also automatically invoke "git fetch"
233
233
* to retrieve the latest activity for the remote master branch.
234
234
*/
235
- "url" : " https://github.com/microsoft/rush-example " ,
235
+ "url" : " https://github.com/microsoft/tsdoc.git "
236
236
237
237
/**
238
238
* 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