Skip to content

Commit

Permalink
[TASK] add entrypoints.json
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick zach committed Mar 3, 2022
1 parent 2f5e4b9 commit 802abaf
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
@@ -1,6 +1,7 @@
/node_modules
/vendor
/public
/public/*
!/public/entrypoints.json
.env
npm-debug.log
yarn-error.log
20 changes: 20 additions & 0 deletions public/entrypoints.json
@@ -0,0 +1,20 @@
{
"app": {
"js": [
"vendor/bud.app.editor.js",
"dist/app.js"
],
"css": [
"css/app.css"
],
"dependencies": []
},
"editor": {
"js": [
"editor.js"
],
"dependencies": [
"wp-blocks"
]
}
}

0 comments on commit 802abaf

Please sign in to comment.