Skip to content

Commit

Permalink
Not Babel
Browse files Browse the repository at this point in the history
  • Loading branch information
cezaraugusto committed Sep 6, 2024
1 parent 5b0aee8 commit 68e3189
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions examples/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ const JS_TEMPLATES: Template[] = [
hasEnv: false,
configFiles: undefined
},
{
name: 'config-babel',
uiContext: ['newTab'],
uiFramework: undefined,
css: 'css',
hasBackground: false,
hasEnv: false,
configFiles: ['babel.config.json']
},
// {
// name: 'config-babel',
// uiContext: ['newTab'],
// uiFramework: undefined,
// css: 'css',
// hasBackground: false,
// hasEnv: false,
// configFiles: ['babel.config.json']
// },
{
name: 'content-extension-config',
uiContext: ['content'],
Expand Down

0 comments on commit 68e3189

Please sign in to comment.