Remove customizer starter (#2904)

This commit is contained in:
Ben Word
2021-12-19 09:19:09 -06:00
committed by GitHub
parent 83ced2339c
commit 09234d21f0
4 changed files with 1 additions and 51 deletions

View File

@@ -14,7 +14,6 @@ module.exports = async (config) =>
.entry({
app: ['scripts/app.js', 'styles/app.css'],
editor: ['scripts/editor.js', 'styles/editor.css'],
customizer: 'scripts/customizer.js',
})
/**