Removes invalid string references causing project build error (#567)
This commit is contained in:
parent
ea3b8efe1e
commit
648b2b7210
|
@ -31,8 +31,6 @@
|
||||||
"localizedResources": {
|
"localizedResources": {
|
||||||
"HelloAngularWebPartStrings": "lib/webparts/helloAngular/loc/{locale}.js",
|
"HelloAngularWebPartStrings": "lib/webparts/helloAngular/loc/{locale}.js",
|
||||||
"HelloSharePointWebPartStrings": "lib/webparts/helloSharePoint/loc/{locale}.js",
|
"HelloSharePointWebPartStrings": "lib/webparts/helloSharePoint/loc/{locale}.js",
|
||||||
"GraphHelloWorldWebPartStrings": "lib/webparts/graphHelloWorld/loc/{locale}.js",
|
|
||||||
"PnPSharePointHelloWorldWebPartStrings": "lib/webparts/pnPSharePointHelloWorld/loc/{locale}.js",
|
|
||||||
"HelloGraphWebPartStrings": "lib/webparts/helloGraph/loc/{locale}.js",
|
"HelloGraphWebPartStrings": "lib/webparts/helloGraph/loc/{locale}.js",
|
||||||
"HelloPnPjsSharePointWebPartStrings": "lib/webparts/helloPnPjsSharePoint/loc/{locale}.js",
|
"HelloPnPjsSharePointWebPartStrings": "lib/webparts/helloPnPjsSharePoint/loc/{locale}.js",
|
||||||
"HelloPnPjsGraphWebPartStrings": "lib/webparts/helloPnPjsGraph/loc/{locale}.js"
|
"HelloPnPjsGraphWebPartStrings": "lib/webparts/helloPnPjsGraph/loc/{locale}.js"
|
||||||
|
|
Loading…
Reference in New Issue