Home / @sym20/extension-webpack-plugin / Options / entry

Options.entry property

The entry file of the extension. The file must contain a class implementing IExtension. Default: ./extension.js in the directory given by cwd.

Signature
entry?: string;