Skip to content

Commit

Permalink
Build the final frontend.js file from the transpiled version, not the…
Browse files Browse the repository at this point in the history
… src version.
  • Loading branch information
pento committed Apr 16, 2021
1 parent 544fc1c commit f57ef25
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 @@ -92,7 +92,7 @@ const createEntrypoints = () => {

return {
...entries,
[ blockName ]: scriptPath,
[ blockName ]: `./packages/block-library/build-module/${ blockName }/frontend.js`,
};
}, {} );

Expand Down

0 comments on commit f57ef25

Please sign in to comment.