Skip to content

Commit

Permalink
fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Sidsector9 committed May 14, 2024
1 parent 44d3ff7 commit 7d7272f
Show file tree
Hide file tree
Showing 9 changed files with 15,494 additions and 10,596 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ vendor
*.log

dist
build

# Editors
*.esproj
Expand Down
102 changes: 0 additions & 102 deletions config/webpack.common.js

This file was deleted.

29 changes: 0 additions & 29 deletions config/webpack.dev.js

This file was deleted.

48 changes: 0 additions & 48 deletions config/webpack.prod.js

This file was deleted.

60 changes: 0 additions & 60 deletions config/webpack.settings.js

This file was deleted.

2 changes: 1 addition & 1 deletion includes/ConvertToBlocks/Assets.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class Assets {
public function register() {
wp_register_script(
'convert_to_blocks_editor',
plugins_url( 'dist/js/editor.js', CONVERT_TO_BLOCKS_PLUGIN ),
plugins_url( 'build/editor.js', CONVERT_TO_BLOCKS_PLUGIN ),
[
'wp-blocks',
'wp-element',
Expand Down
Loading

0 comments on commit 7d7272f

Please sign in to comment.