Skip to content
This repository was archived by the owner on Nov 6, 2022. It is now read-only.

Commit 1890311

Browse files
committed
Add an entry for blocks.editor
Before, it looks like it wasn't building this file
1 parent 03dddc7 commit 1890311

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

webpack.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ module.exports = {
99
...defaultConfig,
1010
entry: {
1111
'./js/editor.blocks': './js/blocks/index.js',
12+
'./css/blocks.editor': './css/src/editor.scss',
1213
},
1314
output: {
1415
path: path.resolve( __dirname ),

0 commit comments

Comments
 (0)