Skip to content

Commit

Permalink
fix: Fix webpack entry (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
travisstebbins authored Jan 7, 2025
1 parent d770cc7 commit dcc0918
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ const webviewConfig = {

const purebookRendererConfig = {
entry: {
PureBookRendererRoot: './src/purebook/PurebookRendererRoot.tsx',
PurebookRendererRoot: './src/purebook/PurebookRendererRoot.tsx',
},
externals: {
vscode: 'commonjs vscode',
Expand Down

0 comments on commit dcc0918

Please sign in to comment.