Skip to content

Commit

Permalink
Set separate entry points for oik-css and oik-geshi #26
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbingwide committed Mar 14, 2024
1 parent bc7b656 commit 10fe632
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions webpack.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
const defaultConfig = require( '@wordpress/scripts/config/webpack.config' );
module.exports = {
...defaultConfig,
entry: {
'oik-css': './src/oik-css',
'oik-geshi': './src/oik-geshi'
},
};

0 comments on commit 10fe632

Please sign in to comment.