atlassian-webresource-webpack-plugin
Version:
Auto-generates web-resource definitions from your webpacked code, for usage in an Atlassian product or plugin.
11 lines (10 loc) • 380 B
TypeScript
import EmptyExportsModule from './EmptyExportsModule';
export default class WrmResourceModule extends EmptyExportsModule {
private _resource;
constructor(resourceNameAndLocationPair: string, target: string, requestContext: string, rootContext: string);
getResourcePair(): [string, string];
getResource(): {
name: string;
location: string;
};
}