Skip to content

Commit cca73b3

Browse files
committed
Edit file names
Edit file names to match convention
1 parent 0dbc152 commit cca73b3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

webpack.config.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ const extractSass = new ExtractTextPlugin({
2222
});
2323

2424
const ENTRYPOINTS = {
25-
OneNotePicker: `exports/oneNotePicker.Index`,
26-
OneNoteApiDataProvider: `exports/oneNoteApiDataProvider.Index`,
27-
OneNoteItemUtils: `exports/oneNoteItemUtils.Index`,
25+
OneNotePicker: `exports/oneNotePicker.index`,
26+
OneNoteApiDataProvider: `exports/oneNoteApiDataProvider.index`,
27+
OneNoteItemUtils: `exports/oneNoteItemUtils.index`,
2828
}
2929

3030
function generateWebpackEntries() {

0 commit comments

Comments
 (0)