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

Commit c84467e

Browse files
authored
Merge pull request #663 from getblocklab/update/css-build-setup
Fix build of block.editor.css
2 parents 03dddc7 + 1890311 commit c84467e

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)