Skip to content

Commit

Permalink
Merge pull request #7 from joshuafredrickson/master
Browse files Browse the repository at this point in the history
fix: #6
  • Loading branch information
kellymears authored Sep 6, 2022
2 parents 05d6eb3 + 4da712c commit de39646
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ const DependencyExtractionPlugin = require('@wordpress/dependency-extraction-web
* @see https://www.npmjs.com/package/@wordpress/dependency-extraction-webpack-plugin
*/
class Block extends JavaScript {
constructor() {
super();
this.context = Mix
}

name() {
return ['blocks', 'block']
}
Expand Down

0 comments on commit de39646

Please sign in to comment.