sp-dev-fx-webparts/tutorials/tutorial-getting-started/jquery-webpart/config/config.json

16 lines
430 B
JSON
Raw Normal View History

{
"entries": [
{
"entry": "./lib/webparts/jQuery/JQueryWebPart.js",
"manifest": "./src/webparts/jQuery/JQueryWebPart.manifest.json",
"outputPath": "./dist/j-query.bundle.js"
}
],
"externals": {
"jquery": "node_modules/jquery/dist/jquery.min.js",
"jqueryui": "node_modules/jqueryui/jquery-ui.min.js"
},
"localizedResources": {
"jQueryStrings": "webparts/jQuery/loc/{locale}.js"
}
}