Skip to content

Commit

Permalink
Import the packages, not the file at …/src/…
Browse files Browse the repository at this point in the history
  • Loading branch information
sirreal committed Jan 29, 2024
1 parent 5d2d973 commit 9e136ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/webpack/interactivity.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ module.exports = {
...baseConfig,
name: 'interactivity',
entry: {
index: `./packages/interactivity/src/index.js`,
router: `./packages/interactivity-router/src/index.js`,
index: './packages/interactivity',
router: './packages/interactivity-router',
navigation: './packages/block-library/src/navigation/view.js',
query: './packages/block-library/src/query/view.js',
image: './packages/block-library/src/image/view.js',
Expand Down

0 comments on commit 9e136ff

Please sign in to comment.