We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dbc152 commit cca73b3Copy full SHA for cca73b3
webpack.config.js
@@ -22,9 +22,9 @@ const extractSass = new ExtractTextPlugin({
22
});
23
24
const ENTRYPOINTS = {
25
- OneNotePicker: `exports/oneNotePicker.Index`,
26
- OneNoteApiDataProvider: `exports/oneNoteApiDataProvider.Index`,
27
- OneNoteItemUtils: `exports/oneNoteItemUtils.Index`,
+ OneNotePicker: `exports/oneNotePicker.index`,
+ OneNoteApiDataProvider: `exports/oneNoteApiDataProvider.index`,
+ OneNoteItemUtils: `exports/oneNoteItemUtils.index`,
28
}
29
30
function generateWebpackEntries() {
0 commit comments